An open API service indexing awesome lists of open source software.

https://github.com/JakobStenseke/EvolutionSimulation01

Evolutionary simulation where agents age, reproduce, and eat each other
https://github.com/JakobStenseke/EvolutionSimulation01

evolution evolution-simulation evolutionary-biology predator-prey unity

Last synced: about 1 month ago
JSON representation

Evolutionary simulation where agents age, reproduce, and eat each other

Awesome Lists containing this project

README

        

# Evolution Simulation 01

![](EvolutionGIF.gif)

A ruthless evolutionary simulation where agents move, age, reproduce, perceive, and eat each other. Alternatively put, it is a never-ending exercise of bringing balance to an artificial echology with predatorial tendencies.

• Strength - Agents can eat other agents of lesser strength

• Health - Decreases every day. If 0, the agent starves to death. Agents increase health by eating other agents.

• Rage - Likelyhood of attacking another agent (and eat them if their strength is greater)

• Sexuality - Probability of reproduction (with another agent of a different sex)

• Perception - Likeleyhood of moving towards another agent

• Age - Agents die of a certain age (given by AgeOfDeath)

Unity is required to run the simulation. To start, simply click "Life" in order to spawn the selected number of agents (10 by default). Events are displayed in console.