Skip to content

elizabethhealy/blackpyjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PY-21

A blackjack program implemented in python!

Rules of blackjack

Play multiplayer blackjack in the command line complete with a bot that executes basic strategy. Players have the option to hit, stand, or double down in their attempt to get closer to 21 than the dealer. The dealer stands at 17 and blackjacks pay 3:2. The default table minimum is $5 and the default table maximum is $100. Each player starts out with $100 in chips.

Getting Started

Make sure you are using python >= 3.7

python --version

Run the program:

python app.py

To include the bot in your game, include BOT when asked for the names of your players. Ex

~ python app.py
Names of players seperated by comma: liz, joe, BOT

Coming Soon: BLACKJACK WEB APP

About

blackjack simulator in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages