Blackjack Test 1.0

Your browser needs java to view projects. Click here to install Java.

user_icon empereurhector shared it 2 years, 4 months ago
99 views, 1 tagger, 5 downloads
Add to my favorites?
Flag as inappropriate?

Comments

You need to be logged in to post comments

Add a Comment

 
takide takide 11 months, 3 weeks ago

in English!!

ilovescratch1 ilovescratch1 1 year, 3 months ago

I don't speak Canada...

empereurhector empereurhector 2 years, 3 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 2 years, 3 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...