Skip to content

eventuallyc0nsistent/blackjack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

Welcome to the blackjack wiki!

Features

  • Multiplayer (Number of Players can be defined)
  • Variable bets for a user
  • Split and Double Implemented
  • Variable deck-size for shoe. Discarded cards from table reshuffled in the shoe.
  • Easy to change payoffs, rules

Pending

  • Insurance and other Side-bets
  • REST-API
  • Docstrings

Excited to play?

Pull the repository and issue the following command from the folder

python board.py

or

Import Board, initialize the class and call the play method

Board().play()

About

Multiplayer Blackjack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.7%
  • Python 23.5%
  • CSS 16.2%
  • Shell 6.6%