https://github.com/bb4/bb4-traffic-simulation
Use a graph with sprites to model traffic flow
https://github.com/bb4/bb4-traffic-simulation
Last synced: 4 months ago
JSON representation
Use a graph with sprites to model traffic flow
- Host: GitHub
- URL: https://github.com/bb4/bb4-traffic-simulation
- Owner: bb4
- License: mit
- Created: 2024-08-03T14:25:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-04T22:44:07.000Z (over 1 year ago)
- Last Synced: 2025-01-10T17:41:29.422Z (about 1 year ago)
- Language: Scala
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bb4-traffic-simulation
Simulates traffic flow using graphs and sprites.
## How to run it
Ensure that you are running Java 19 locally by running `java --version`. You can manage multiple versions with sdkman.
`./gradlew run`
or right click on `com/barrybecker4/simulations/traffic/TrafficApp`
within Intellij and select `run`.
