Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 356 Bytes

File metadata and controls

12 lines (8 loc) · 356 Bytes

Evolution simulation

Contents

This example contains a simple simulation of evolving animals hunting for food.

Press Escape to exit, ENTER to init new simulation.

Note: optionally requires numpy for picking random numbers from normal distributions, and matplotlib for graph rendering. To install run:

python -m pip install numpy matplotlib