No project description provided
Project description
lib0308 Library
A simple Python library to play various card games, including High-Low, and B lackjack.
Installation
Install the package using pip:
pip install lib0308
Usage
Add players, deal cards, etc.
### High-Low
```python
from lib0308.high_low import HighLow
game = HighLow()
game.start_game()
# Draw cards, compare cards, etc.
Blackjack
from lib0308.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
lib0308-0.1.0.tar.gz
(5.5 kB
view hashes)