Skip to content

A text-based Blackjack game for 1 player. Written in Python.

Notifications You must be signed in to change notification settings

talldave/Blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Single player text-based Blackjack game, written in Python.
Code by David Bianco. July 2014

Player starts with 100 chips.
Can choose to play with 1-8 decks.
Dealer must hit at 16 and below.
Blackjack pays 2:1
Double Down only on first 2 cards.
Deck is rebuilt and shuffled when less than 15 cards remain.

Not implemented:

  • Multi-player
  • Splitting
  • Insurance
  • Surrender
  • ncurses

About

A text-based Blackjack game for 1 player. Written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages