Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 692 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 692 Bytes

EGYPT

An Agent-Based Simulation of Predynastic Egypt.

Quick start

Run the following command from the project root directory to install and launch the simulation:

python3 run_simulation.py [grid_width] [grid_height]

Note that the default width and height values are 31 and 30 respectively.

General Usage

1. Install requirements

pip3 install -r requirements.txt

2. Append src directory to PYTHONPATH

export PYTHONPATH=$PYTHONPATH:`pwd`:`pwd`/src

3. Run simulation

python3 src/simulations/gui_simulation.py [grid_width] [grid_height]

Unit Testing

Run all unit tests

python3 src/egypt_model_test.py