Skip to main content

Blackjack made with pygame

Project description

blackjack

Blackjack Simulator made with pygame

Dev Install & Setup

git clone https://github.com/amiyuki7/blackjack.git
cd blackjack
source setup

Dev entrypoint: python main.py

Alternatively...

pip install blackjack-amiyuki

and create a file like so and run it:

# main.py

from blackjack import *
from blackjack.state.loading import Loading

if __name__ == "__main__":
    App(Loading).run()

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_amiyuki-0.1.1.tar.gz (7.4 MB view hashes)

Uploaded Source

Built Distribution

blackjack_amiyuki-0.1.1-py3-none-any.whl (7.5 MB 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