An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Games

Python library for interactive, rules-based games.

[![tests](https://github.com/DiogenesAnalytics/games/workflows/tests/badge.svg)][tests]
[![Docker](https://github.com/DiogenesAnalytics/games/workflows/docker/badge.svg)][docker]
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][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