Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 443 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 443 Bytes

This project requires JDK11 or higher.

Run/build command

  • Linux/Max: .gradlew run
  • Windows: gradlew.bat run

Configuration file pattern

You can load a configuration file (.json format) for the program using a file template below:

{
    "mapWidth": 10,
    "mapHeight": 10,
    "jungleWidth": 4,
    "jungleHeight": 4,
    "startEnergy": 20,
    "moveEnergy": 1,
    "plantEnergy": 20,
    "startingAnimalCount": 4
}