Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 1 KB

README.md

File metadata and controls

21 lines (10 loc) · 1 KB

Evolution Simulation 01

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.