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)
- Host: GitHub
- URL: https://github.com/pablolion/simulaoer
- Owner: PabloLION
- License: mit
- Created: 2022-04-03T09:42:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T08:55:40.000Z (almost 4 years ago)
- Last Synced: 2025-04-08T14:42:49.001Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.