This is a randomized terrain visualization, with a bot flying through it avoiding collisions. This project is discontinued and will not be maintained.
- Ensure you have JDK 17 and Maven installed.
- Run
mvn clean install
to build the project. - Run
mvn exec:java
to run the simulation.
- Run
nix build
to build the project. - Run
./result/bin/sayle
to run the simulation.