Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 592 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 592 Bytes

Blackjack with Basic Strategy

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.

Instructions

Run game.py from the Python shell. Works with Python 2.7