Metadata-Version: 2.1
Name: flamme-rouge
Version: 0.1.2
Summary: An implementation of Asger Harding Granerud's game Flamme Rouge
Home-page: https://gitlab.com/mshepherd/flamme-rouge
Author: Markus Shepherd
Author-email: flamme-rouge@recommend.games
License: MIT
Project-URL: Documentation, https://gitlab.com/mshepherd/flamme-rouge/blob/master/README.md
Project-URL: Source, https://gitlab.com/mshepherd/flamme-rouge
Project-URL: Tracker, https://gitlab.com/mshepherd/flamme-rouge/issues
Keywords: flamme rouge,game
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: inquirer
Requires-Dist: termcolor
Requires-Dist: dataclasses ; python_version < "3.7"
Requires-Dist: colorama ; sys_platform == "win32"
Provides-Extra: rl
Requires-Dist: gym ; extra == 'rl'
Requires-Dist: keras ; extra == 'rl'
Requires-Dist: keras-rl ; extra == 'rl'
Requires-Dist: numpy ; extra == 'rl'
Requires-Dist: tensorflow ; extra == 'rl'


# Flamme Rouge 🚴

A Python implementation of Asger Harding Granerud's game
[*Flamme Rouge*](https://recommend.games/#/game/199478).

## Getting started

Requires Python 3.6 or higher. Install from
[PyPI](https://pypi.org/project/flamme-rouge/) via

```bash
pip install flamme-rouge
```

If your Python environment is [set up correctly](https://xkcd.com/1987/),
you will be able to play the game against the simple bots included in the
Peloton expansion by simply typing

```bash
flamme-rouge
```


