An open API service indexing awesome lists of open source software.

https://github.com/benjaminaaron/pedestriansim

Cellular automaton to simulate pedestrian movement
https://github.com/benjaminaaron/pedestriansim

Last synced: 29 days ago
JSON representation

Cellular automaton to simulate pedestrian movement

Awesome Lists containing this project

README

        

#PedestrianSim
Cellular automaton to simulate pedestrian movement, third group assignment in the course *Mathematische Modellbildung und Simulation komplexer Systeme* in the summer semester of 2015 with Prof. Gerta Köster.

By @benjaminaaron, @Xaverl, @Mercorrius and @Lesya91.

##Usage

### Eclipse

- create a new *Java Project*, name it *Pedestrians* for instance
- drag and drop the `root` folder from `java_Code/src` from the repo onto the `src` folder of your new Project in Eclipse
- drag and drop the `maps` and `icons` folders into your Eclipse project as well
- in `Main.java` you can start various test-runs as the comments are hinting at