No project description provided
Project description
S2L2 Card Games Library
A simple Python library to play various card games, including High-Low, and B lackjack.
Installation
Install the package using pip:
pip install mi2tsunocardgames
Usage
Add players, deal cards, etc.
### High-Low
```python
from mi2tsunocardgames.high_low import HighLow
game = HighLow()
game.start_game()
# Draw cards, compare cards, etc.
Blackjack
from mi2tsunocardgames.blackjack import Blackjack
game = Blackjack()
game.start_game()
# Add players, deal cards, hit, stand, etc.
License
This project is licensed under the MIT License - see the LICENSE file for det ails.
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 mi2tsunocardgames-0.1.0.tar.gz.
File metadata
- Download URL: mi2tsunocardgames-0.1.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f644fcc5f48e9f71a4821d15202bb464cf16d353027b8a9813b254979fedd41e
|
|
| MD5 |
52b027787470eda045d18d7002e68c36
|
|
| BLAKE2b-256 |
aa413a855f8e97e759350fb8ac7617e04d93ee0e6cb615d62b15d2c345834b41
|
File details
Details for the file mi2tsunocardgames-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mi2tsunocardgames-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12cce6192ec031ed8108caced9a7e5cb499f324909dd556ffe5b59e2b345cc8e
|
|
| MD5 |
f80d9d7e06e67a5c439a48b1f78a398a
|
|
| BLAKE2b-256 |
f4f93930947ac0ad9a9eda254b517c5fc814313c98e381db02fac9f1c8574a73
|