danielbrackett / BlackJack

Making my own BlackJack game.
GNU General Public License v3.0
0 stars 0 forks source link

how much to bet #6

Open danielbrackett opened 5 years ago

danielbrackett commented 5 years ago

Players should be able to choose the stakes of the game. This means, such as in a casino, that players choose a table with a minimum bet such as $1, $5, or $10. present a list of options for the player to choose.

Maybe make the first iteration of this as a only $5 bet table instead of minimum.