Metadata-Version: 2.1
Name: blackjack21
Version: 2.0.1
Summary: A complete package for blackjack, with max 5 players on a table, double down, and split features too.
Home-page: https://github.com/rahul-nanwani/blackjack21/wiki
Author: Rahul Nanwani
Author-email: rahulnanwani@icloud.com
License: MIT License
Project-URL: Bug Tracker, https://github.com/rahul-nanwani/blackjack21/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Games/Entertainment
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

blackjack21
===========

.. image:: https://img.shields.io/pypi/v/blackjack21?style=for-the-badge
   :alt: PyPI 
.. image:: https://img.shields.io/pypi/status/blackjack21?style=for-the-badge
   :alt: PyPI - Status
.. image:: https://img.shields.io/pypi/dd/blackjack21?style=for-the-badge
   :alt: PyPI - Downloads
.. image:: https://img.shields.io/pypi/l/blackjack21?style=for-the-badge 
   :alt: PyPI - License
   
===========

A complete package for creating a multiplayer blackjack table.

Features
---------

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

Wiki Guide
----------

-  `Installation <https://github.com/rahul-nanwani/blackjack21/wiki/Installation>`__
-  `Basic
   Example <https://github.com/rahul-nanwani/blackjack21/wiki/Basic-Example>`__
-  `Advanced
   Example <https://github.com/rahul-nanwani/blackjack21/wiki/Advanced-Example>`__
-  `Classes, and its attributes and
   methods <https://github.com/rahul-nanwani/blackjack21/wiki/Classes>`__

   -  `Table <https://github.com/rahul-nanwani/blackjack21/wiki/Classes#table>`__
   -  `PlayerBase <https://github.com/rahul-nanwani/blackjack21/wiki/Classes#playerbase>`__
   -  `Player <https://github.com/rahul-nanwani/blackjack21/wiki/Classes#player>`__
   -  `Dealer <https://github.com/rahul-nanwani/blackjack21/wiki/Classes#dealer>`__
   -  `Card <https://github.com/rahul-nanwani/blackjack21/wiki/Classes#card>`__
