➡️ Simulate an ecosystem with rabbits and foxes using Python. See the populations evolve over time and how they interact with each other. Adjust birth rates and life expectancies to see their effects on the ecosystem. Uses JSON for data storage and Matplotlib for live graphing. Ideal for educational purposes and experimentation.
JUST run:
pip install -r requirements.txt
THEN
python ecosystem.py
➡️ Have FUN