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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blackjack_amiyuki-0.1.1.tar.gz.
File metadata
- Download URL: blackjack_amiyuki-0.1.1.tar.gz
- Upload date:
- Size: 7.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
885b561e0518c643a3dcaf9ee70e3d539bbaacb372eb984e141e1247d1ae85c1
|
|
| MD5 |
c50270b329d959940395146f4426ee31
|
|
| BLAKE2b-256 |
598ba96ed7fe08bfae9a64ac2d49f6caa989245264f23e784cb30d8444d957d7
|
File details
Details for the file blackjack_amiyuki-0.1.1-py3-none-any.whl.
File metadata
- Download URL: blackjack_amiyuki-0.1.1-py3-none-any.whl
- Upload date:
- Size: 7.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ca5ae6cc6ec91a7854eaac61d49d1282a0467529ee3208c75b3f329c2802818
|
|
| MD5 |
0ed29d67f99cd2798b2a1f7a39e97b4f
|
|
| BLAKE2b-256 |
690518822c49430295061ff24255d6bec208e6580e9fee47693dfc4ddacde52f
|