You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple python script that allows a user to play blackjack against a simple bot, which hits at or below 16, and stands at or above 17. This program runs in a terminal. It does not include a money system, or splitting.
-Money System: A money system including things like balance and doubling.
-Splitting: A feature to be able to split.
About
This is a simple python script that allows a user to play blackjack against a simple bot, which hits at or below 16, and stands at or above 17. This program runs in a terminal. It does not include a money system, or splitting.