Skip to content

v/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages