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

https://github.com/pablolion/simulaoer

A simulator for AOE2DE (Age of Empires II: Definitive Edition)
https://github.com/pablolion/simulaoer

Last synced: 8 months ago
JSON representation

A simulator for AOE2DE (Age of Empires II: Definitive Edition)

Awesome Lists containing this project

README

          

# simulAOEr

A simulator for AOE2DE (Age of Empires II: Definitive Edition)

## Contribute

### Env Setup

1. Install or update poetry with `curl -sSL https://install.python-poetry.org | python3 -` (from [Poetry Official Docs](https://python-poetry.org/docs/master/#installing-with-the-official-installer)). The update is needed especially if you are using an updated Python version.
2. Install dependencies with package manager "Poetry": `poetry install`. Try typing `poetry run saoe` or `poetry run pytest` to see if the dependencies are installed correctly. More shortcuts like "`{COMMAND}` for `poetry run {COMMAND}` after `poetry shell`" are available in [Poetry Official Docs](https://python-poetry.org/docs/).

### Dev Docs

Check the [dev](docs/dev.md) file.