Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.21 KB

Ad Simulo: civilisation simulator on a procedural universe.

Goals & motto

  • Creation of a full fledged civilisation emulator.
  • "E terris ad astra" (From the land to the stars).

Getting started

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.

Contributing:

Some ways you can contribute to this project: