Skip to content

basameera/Predator-Prey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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