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.
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.
Comments
You need to be logged in to post comments
Add a Comment
in English!!
I don't speak Canada...
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.
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.