Python study project: ecosystem simulation with flocking behavior.
Powered by Tkinter and NumPy modules
- Growing and reproducing flora
- Flora-eating, flocking and reproducing boids
- Boid-eating, randomly roaming and reproducing predators
Run the simulation using:
py main.py
Profile the simulation and display basic results using:
profile_app.bat
py profile_pstats.py
This application is released under the MIT License.