Skip to content

Paplynkus5/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple console-based (no GUI) blackjack game in Python.

Note: this script requires my_logs.log_manager to be imported. See repository.

Roadmap:

  • Drawing cards from randomized decks
  • Calculating hand value - soft and hard
  • Win/loss conditions
  • Dealer algorithm
  • Player choice - hit or stand
  • Coloured console output matching card suit
  • User data file management
  • User win/loss statistics
  • Ingame points/coin balance, betting
  • Passing log output only if my_logs successfully imported
  • Editing previous outputs instead of leaving history in console
  • GUI for card displaying
  • GUI user interaction

To consider / end goals:

  • Web-based client
  • .exe or otherwise distributable packaging

About

Simple console-based (no GUI) blackjack game in Python. See readme for required import information.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages