https://github.com/diogenesanalytics/games
Python library for interactive, rules-based games.
https://github.com/diogenesanalytics/games
Last synced: about 1 year ago
JSON representation
Python library for interactive, rules-based games.
- Host: GitHub
- URL: https://github.com/diogenesanalytics/games
- Owner: DiogenesAnalytics
- Created: 2025-02-05T16:21:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-29T12:02:35.000Z (about 1 year ago)
- Last Synced: 2025-04-29T13:23:46.881Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Games
Python library for interactive, rules-based games.
[][tests]
[][docker]
[][pre-commit]
[][black]
[tests]: https://github.com/DiogenesAnalytics/games/actions?workflow=tests
[docker]: https://github.com/DiogenesAnalytics/games/actions?workflow=docker
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black
## Installation
You can install _Games_ as follows:
```console
$ pip install git+https://github.com/DiogenesAnalytics/games
```
## License
Proprietary
## Credits
This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.
[@cjolowicz]: https://github.com/cjolowicz
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python