Evolution-generator is a real time simulation of the evolutionary process. Creatures are spawned on the endless world with the given amount of energy. Every step of an animal requires energy which can be gained through the eating of grass. Also, creatures have DNA that defines their favorite directions to go. Each creature is unique, most die quickly, some die a little slower, and others survive.
As a player you can change initial parameters in json file for the game:
- width of the map
- height of the map
- start energy for animals
- energy taken for every move
- energy given by eating plants
- jungle size
Although it's a console game, it can bring a lot of fun.