This project was inspired by a video from primer and simulates the co-evolution of speed, size and sense
video: https://www.youtube.com/watch?v=0ZGbIKd0XrM
The project runs in python and uses the tkinter library for visualization. Use the command "day(i)" to run a day where i candy are scattered.
To simulate n days consequetively use a loop like so:
for i in range(10):
day(50)
Where 10 days are ran each scattering 50 candy.