Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 512 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 512 Bytes

blackjack_game

Simple game of Blackjack.

TO DO/IDEA LIST:

  • Better implement the calculate_hand_value as it is called a handful of times.
  • Add a line break after the hit prompt.
  • Add a delay after "Thanks for playing" when exiting the game and clearing the window.
  • Display cards in the User's and Dealer's hands. Use ASCII characters?
  • Give player option of letting Ace = 1 or 11.
  • Implment splits
  • Implement multiple players
  • Create a front-end and website for play by learning Flask.