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

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

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`.

![traffic-app](images/traffic-app.png)