A Predator/Prey Simulation in Python
A simple simulation written Python2 with following characteristics:
- A 3D grid allowing land and air animals (i.e.,
(W)olf
,(E)agle
,(P)egion
,(R)abbit
) - Animals have random movements
W
/E
can eatP
/R
Statistics and animations are generated.
matplotlib
Use pip
to install.