Skip to content

anuar2k/evosim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages