An open API service indexing awesome lists of open source software.

https://github.com/basameera/predator-prey

Predator-prey simulator using Cellular Automata
https://github.com/basameera/predator-prey

cellular-automata predator-prey predator-prey-simulations processing reaction-diffusion

Last synced: about 1 year ago
JSON representation

Predator-prey simulator using Cellular Automata

Awesome Lists containing this project

README

          

# Predator-Prey
Predator-prey simulator using Cellular Automata

## Processing
[Download](https://processing.org/download/)

## To Do;

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

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

![Simulator](https://github.com/basameera/Predator-Prey/blob/master/pp_simulator.PNG)
![reaction-fusion](https://github.com/basameera/Predator-Prey/blob/master/reaction-fusion.PNG)