ucsb-cs56-projects / cs56-games-dealer

-
0 stars 8 forks source link

Add a bet system #34

Closed kpoon1 closed 6 years ago

kpoon1 commented 7 years ago

Add a bet system that is applicable for BlackJack game. It would be great if the bet system could also be applicable for future card games.

athielk commented 7 years ago

F16 OK (100pts)

YunSuk commented 7 years ago

User starts out with 10 points. User can bet x points (0<= x <= total points remaining) to earn or lose x points upon winning or losing.

YunSuk commented 7 years ago

This was only implemented in CLI. GUI version is not implemented.