Skip to content
Rahul Nanwani edited this page Dec 10, 2022 · 19 revisions

blackjack21

A complete package for creating a multiplayer blackjack table.
NOTE: Use http://blackjack21.rtfd.io/ documentation for blackjack21>=3.0.0

Features

  • Create Tables.
  • Max. 5 players per table.
  • Hit, Stand, Double Down, Split.

Wiki Guide

Notes

It is recommended to switch to v2.0.0 which is a stable version and unlikely to be impacted by any compatibility issues What has changed and what is impacted?

  • Table now uses keyword arguments check Table for more details
  • Added examples dir
  • Examples include displaying the dealer's first card
  • Previous versions had bad naming with respect to the changes