- Creation of a full fledged civilisation emulator.
- "E terris ad astra" (From the land to the stars).
This quickstart assumes that you have python 3 and poetry up and running.
# Installing:
$ poetry install
[..]
Installing the current project: adsimulo (0.1.0)
# Running the game
$ poetry run adsimulo [args]
# Debugging
$ poetry run adsimulo --d
Note that adsimulo's scripts will create whatever files they need to operate right in the directory where they're being called. Please check the documentation for more information about script arguments.
Some ways you can contribute to this project:
- File a bug if you have one.
- Open a PR (but make sure to read CONTRIBUTING.md first.