Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 714 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 714 Bytes

Description

Simulation of animals living on a map, eating grass and multiplying.

First program asks to input starting parameters, like map width and height.

Inside the simulation, user has four options, independent for each map:

  • Stop/Start - stop and restarts simulation
  • Highlight - starts higlighting animals, whose genome is a mode. Pressing button again stops highlighting.
  • Save - saves history of simulation (what is displayed on charts) into CSV file. Requires simulation to be stopped.
  • Animal - single animal can be pressed, which displays its genome and starts tracking its offspring. Requires stimulation to be stopped.

Used Libraries

  • JavaFX
  • Apache Commons Collections