FungusMcGoo / winforms-blackjack

A Windows Forms version of Blackjack
0 stars 0 forks source link

implement a betting system alongside the player being able to double down, and split #5

Open FungusMcGoo opened 1 month ago

FungusMcGoo commented 1 month ago

allow the player to increase and reduce their bets, max bet (hardlimit of 500? 1000?), double down, and split

FungusMcGoo commented 1 month ago

+Added a betting system, with the ability to increase and decrease, as well as max bet.