danielbrackett / BlackJack

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

placing bets #5

Open danielbrackett opened 4 years ago

danielbrackett commented 4 years ago

Players should bet at the beginning of each round of play begins, immediately before the first 2 cards are dealt.

danielbrackett commented 4 years ago

Start here. the player should be able to make a simple bet. I'll start with 5 tokens/chips and add then to the token total for a win and subtract them for a loss and nothing for a push.