https://github.com/bilbottom/poker
Texas hold 'em variant of Poker.
https://github.com/bilbottom/poker
game python
Last synced: over 1 year ago
JSON representation
Texas hold 'em variant of Poker.
- Host: GitHub
- URL: https://github.com/bilbottom/poker
- Owner: Bilbottom
- Created: 2024-09-10T06:05:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T08:36:04.000Z (over 1 year ago)
- Last Synced: 2025-01-08T09:33:08.760Z (over 1 year ago)
- Topics: game, python
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://www.python.org/downloads/release/python-3110/)
[](https://python-poetry.org/)
[](https://github.com/Bilbottom/poker/actions/workflows/tests.yaml)
[](https://github.com/dbrgn/coverage-badge)
[](https://shields.io/badges/git-hub-last-commit)
[](https://github.com/prettier/prettier)
[](https://github.com/astral-sh/ruff)
[](https://results.pre-commit.ci/latest/github/Bilbottom/poker/main)
[](https://sourcery.ai)
---
# Poker 🃏💰
Texas hold 'em variant of Poker.
## Sample Game 📝
## Contributing 🤝
This is just a personal project (so this instruction is just for me).
The Python packaging is managed with [Poetry](https://python-poetry.org/); check which version is in the [poetry.lock](poetry.lock) file.
```bash
poetry install
pre-commit install --install-hooks
```