Simulates the ecosystem of a pond with 2D visualisation
References:
Status: completed
- 2D perfectly elastic collision of bodies
- Organisms have characteristic movement modes
- Food chains a. (Algae -> Fish -> Snake) b. (Snake -> Fish)
- Asexual reprodution
- Organisms lifespans are limited by: a. entropy b. lifespan
- Implement genome factory (
Pangenome
) and gene factory (Genome
)
Status: completed
- Restructure
Organism
components as nested classes - Add sensory apparatus
- Population.update() optimization
- Overlap detection for circular bodies
- Basic organism animations
Status: in progress
- Mutation
- Speciation
- Sexual reproduction
If interested in contributing please consult "Issues.md".