Skip to content

This project was inspired by a video from primer and simulates the co-evolution of speed, size and sense

Notifications You must be signed in to change notification settings

CodingLonne/evolution-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Evolution-simulator

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

How to run the project?

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.

About

This project was inspired by a video from primer and simulates the co-evolution of speed, size and sense

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages