A WIP socket.IO websocket based BlackJack game. The game was built primarily with JavaScript and Python. Check out the gifs below to see the game in action :)
-
Clone the repo
-
$pip install -r requirements.txt
-
$python app.py
-
Open browser and navigate to:
http://127.0.0.1:5000
-
Turn on your speakers, the game has music and sound effects.
At each round, players can choose to hit or stay after being dealt a hand. If Players stay, the dealer will hit until "soft" 17.
Players can also choose to double their bet on the first round of play.
If a player is dealt a pair, they will have the option to split their hand in two.
This is an early development hobby project. There are some bugs still. If you play the game and notice a bug, please raise an issue. :)