Skip to content

A complete package for blackjack, with no players limit on a table, double down, and split features too.

License

Notifications You must be signed in to change notification settings

rahul-nanwani/blackjack21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blackjack21


PyPI PyPI - Status PyPI - License

A complete package for creating a multiplayer blackjack table.

Features

  • No limit of Tables count.
  • No limit of players per table.
  • No limit of decks of cards being used for the table
  • Hit, Stand, Double Down, Split.

Installation

pip install blackjack21

Full documentation available at: blackjack21.rtfd.io/en/latest/

Examples: