Skip to content

agentsoz/ees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emergency Evacuation Simulator

mainpassing?

Dependencies

This program depends on the following projects:

Setup

Initialise and update the git submodules as below. This only has to be done once, when you first clone this repository.

git submodule update --init --recursive

How to build

./mvnw package

This will produce the EES release archive in ees/target/ees-x.y.z-SNAPSHOT.zip.

How to run

To run the example scenario unzip the release archive and follow the instructions provided in the packaged README.md.

Known Issues