Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 788 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 788 Bytes

Cell Simulator

Software that tests a simple hypothesis, given that Cells are very tiny microorganisms, they probably have minimal intelligence. If they move faster when they are in an area without food, and slow down in the area where there is food, will they reach the area with food an survive?

The simulation can be run with several environments with different food distributions (brighter there is food, darker there is no food), and the histogram represents the concentration of cells among the surface.

Running

$ mvn clean package

$ java -cp target/cellsimulator-1.0.jar com.github.marioariasga.cellsimulator.Manager

Screenshots