Blackjack Test 1.0

Install Java to view this project right on your browser!

user_icon empereurhector shared it 4 years, 10 months ago
103 views, 1 tagger, 6 downloads
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

 
takide takide 3 years, 5 months ago

in English!!

ilovescratch1 ilovescratch1 3 years, 10 months ago

I don't speak Canada...

empereurhector empereurhector 4 years, 9 months ago

Thank you man ! This first Blackjack program was basically to recreate a program I had ages ago on a TI-80 calculator. I intend to do another project about market effects and then to do a feature-complete Blackjack.

Mayhem Mayhem 4 years, 10 months ago

Very impressive - the only obvious flaw being that if you are dealt 2 sixes, they are both from the same suite. *** A less obvious flaw is that every individual card is drawn from a selection of 13, as opposed to all cards being drawn from a selection of 52 with no repeats. The only way to do that would be to record a variable for every card dealt and check each new card against it.

Please Wait...