A basic Python CLI application that simulates the economic history of a few civilizations.
The program only runs a couple of tests for now, it will soon be more interactive for a better user experience.
Be sure to have the latest version of Python installed. Then, simply navigate to a new folder and execute the following commands in the terminal (swap 'pip3, python3' for 'pip, python' if on Windows):
git clone https://github.com/Fendross/ancient-trades .
pip3 install -r requirements.txt
To execute the first part of (second one soon) the main game, run:
python3 ancient_trades.py
To execute the test file, run:
python3 test_ancient_trades.py
Curated by Fendross