A turn-based simulation of a 2D world inhabited by herbivores and predators. In addition to creatures, the world contains resources (grass), which the herbivores feed on, and static objects that cannot be interacted with—they simply take up space.
- JDK 21+
- Maven
- Clone the project via
git clone https://github.com/J03MAMAD3ZZ/Simulation.git- Go to the project root
cd Simulation- Build and run
mvn clean package
java -cp target/Simulation-1.0-SNAPSHOT.jar com.simulation.Main