Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 577 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 577 Bytes

image

Standalone build is available to download on the game page: https://dominikalk.itch.io/evosim


  • Edit the properties, generate the terrain, and enjoy! Lets see what happens ...
  • Watch how the procedurally generated terrain affects the animals' populations.
  • Monitor how the species' evolve to survive in the menu's population and genetic trait graphs.

You can find the terrain generation file in ./Assets/Scripts/TerrainGenerator.cs, which contains the procedural algorithms.