Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uoftcprg/cardroom
A Django application for poker tournament and table management
https://github.com/uoftcprg/cardroom
channels django game game-development holdem-poker imperfect-information-game poker poker-engine poker-game poker-library poker-strategies python texas-holdem
Last synced: about 1 month ago
JSON representation
A Django application for poker tournament and table management
- Host: GitHub
- URL: https://github.com/uoftcprg/cardroom
- Owner: uoftcprg
- License: mit
- Created: 2023-09-13T02:39:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T02:59:35.000Z (4 months ago)
- Last Synced: 2024-09-30T07:14:10.797Z (3 months ago)
- Topics: channels, django, game, game-development, holdem-poker, imperfect-information-game, poker, poker-engine, poker-game, poker-library, poker-strategies, python, texas-holdem
- Language: Python
- Homepage: http://cardroom.readthedocs.io/
- Size: 1.93 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
========
Cardroom
========A Django application for poker tournament and table management.
Features
--------- Table management.
- Tournament management.Installation
------------.. code-block:: bash
pip install cardroom
Usage
-----Cardroom can run as a standalone server or can be added on to existing projects
by simply adding ``cardroom`` to the list of installed apps... code-block:: python
INSTALLED_APPS = [
...
'cardroom',
...
]Testing and Validation
----------------------Cardroom has extensive test coverage, passes mypy static type checking, and has
been validated through extensive use in real-life scenarios.Contributing
------------Contributions are welcome! Please read our Contributing Guide for more
information.License
-------Cardroom is distributed under the MIT license.