Skip to main content

A game of Blackjack with graphical user interface.

Project description

blackjack-gui

Single-player Blackjack with GUI and possibility to simulate games.

Installation

$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install blackjack-gui
blackjack-gui

Usage

blackjack [OPTION...]

Options:

Name Default Description
--help Show help and exit.
--n_games 10 Number of rounds to be played.
--bet 1 Bet size.
--stack 1000 Initial stack.
--ai False If True, computer plays instead of you.
--count False If True, computer player uses card counting.
--loglevel DEBUG Adjust amount of logging: DEBUG or INFO.
--gui True Play with GUI.

Examples

Open GUI version:

$ blackjack

With the default settings, play 10 rounds of Blackjack without GUI:

$ blackjack --gui=False

Let the computer play perfect basic game and use card counting technique to bring down the house:

$ blackjack --n_games=100000 --ai=True --count=True --loglevel=INFO --gui=False

Notes

Licence

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

blackjack-gui-0.0.1.tar.gz (13.3 kB view hashes)

Uploaded Source

Built Distribution

blackjack_gui-0.0.1-py3-none-any.whl (14.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page