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
- Host: GitHub
- URL: https://github.com/basameera/predator-prey
- Owner: basameera
- Created: 2019-05-18T08:46:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T21:12:50.000Z (almost 7 years ago)
- Last Synced: 2025-02-03T21:47:23.808Z (over 1 year ago)
- Topics: cellular-automata, predator-prey, predator-prey-simulations, processing, reaction-diffusion
- Language: Processing
- Size: 5 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

