Skip to main content

A small blackjack game.

Project description

Blackjack

Usage

Installation of requirements

  • make install or pipenv install --editable .

Commandline usage alternatives

Execute program with any of the following terminal commandline options (when located in root of Git repo);

  • make run # Recommended way #1
  • pipenv blackjack (after having executed pipenv install --editable . # Recommended way #2
  • python3 -m blackjack # Recommended way #3
  • python3 blackjack
  • python3 blackjack/__main__.py

Developer Usage

Requirements

  1. pipenv available through PATH (e.g. installed through pipsi so as to contain it to USER PATH env).
  2. python3.7

Installation steps

  1. git clone <clone url>
  2. cd <into cloned repo folder root>
  3. make install

Development iteration steps

  1. <modify code>
  2. make check_all
  3. make run
  4. <feature/change specific test(s)>

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

x10-blackjack-0.1.0.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

x10_blackjack-0.1.0-py3-none-any.whl (6.8 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