Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 253 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 253 Bytes

How to launch

The simulation configuration file is included in the src/main/yaml folder.

In order to launch, open a terminal and move to the project root folder, then on UNIX:

./gradlew runAll

or Windows:

gradlew.bat runAll