v / blackjack

Blackjack with Basic Strategy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Blackjack with Basic Strategy.


Languages

Language:Python 100.0%