kohle / py-blackjack

Text based blackjack written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-blackjack

Text based blackjack written in Python. This project to be used as a final project for CIT135.

To-Do

  • Create a deck as a list
  • Deal hands from the deck (no replacement)
  • Calculate hand totals
  • Differentiate between face cards
  • Automatically use an ace as a one or an eleven
  • Implement a hit function
  • Clear hands and reset the playing deck
  • Ask the user for their name (for score purposes)
  • Score keeping (file writing/reading)
  • Betting on each round
  • Main menu
    • About screen
    • High score table

About

Text based blackjack written in Python.


Languages

Language:Python 100.0%