Skip to content

Computer-Kurzweil/wator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wator

Java CI with Maven

predator–prey Population Dynamics on Planet Water Torus

Abstract

Green food appears in a simulatedEvolutionModel with red moving cells. These cells eat the food if it is on their position. Movement of the cells depends on random and their DNA. A fit cell moves around and eats enough to reproduce. Reproduction is done by splitting the cell and randomly changing the DNA of the two new Cells. If a cell doesn't eat enough, it will first stand still and after a while it dies.

Run the Desktop Application

git clone https://github.com/Computer-Kurzweil/wator.git
cd wator
./mvnw

Screenshot

Early Screen

Later Screen

UML Class Model

UML Class Model

Repositories