This is a simple console version of Blackjack written in Python.
- Supports 1-6 players
- Hit / Stand / Double implemented correctly.
- No Splitting / Surrender
- Aces can be soft or hard.
- The application will advise you on what move you should make based on basic strategy in Blackjack.
This was created for Insight's Data Engineering Fellows Program.
Run game.py from the Python shell. Works with Python 2.7