Skip to content

iricwang/EvolutionSimulation01

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%