We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
F16 OK (100pts)
Sorry, something went wrong.
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.
This was only implemented in CLI. GUI version is not implemented.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: