Skip to content

Fendross/ancient-trades

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANCIENT TRADES

A basic Python CLI application that simulates the economic history of a few civilizations.


How it works

The program only runs a couple of tests for now, it will soon be more interactive for a better user experience.

How to run it

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

About

A simulation of commerce between civilizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages