Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 542 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 542 Bytes

The Life Aquatic

Python study project: ecosystem simulation with flocking behavior.

Powered by Tkinter and NumPy modules

Screenshot_00

Features

  • Growing and reproducing flora
  • Flora-eating, flocking and reproducing boids
  • Boid-eating, randomly roaming and reproducing predators

Usage

Run the simulation using:

py main.py

Profile the simulation and display basic results using:

profile_app.bat
py profile_pstats.py

License

This application is released under the MIT License.