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
- Host: GitHub
- URL: https://github.com/benjaminaaron/pedestriansim
- Owner: benjaminaaron
- Created: 2015-07-08T13:33:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T19:40:13.000Z (over 9 years ago)
- Last Synced: 2023-08-04T13:56:26.924Z (over 1 year ago)
- Language: Java
- Size: 285 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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