Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 624 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 624 Bytes

Predator-Prey

Predator-prey simulator using Cellular Automata

Processing

Download

To Do;

  1. Add Cellular Automata to movement function
  2. Implement predator-prey interaction when both meet in the same cell
  3. Add Initial simulation settings

Done;

  1. Generate initial number of Preys (green) and Predators (red) and show them in simulator env.
  2. PP equ. in Processing
  3. New Plot window

Simulator reaction-fusion