MichaelMcBratney / Simple_Simulation

A simple town simulation that will be built on and improved.
GNU Affero General Public License v3.0
2 stars 3 forks source link

Find a better method for timer. #2

Closed MichaelMcBratney closed 5 years ago

MichaelMcBratney commented 5 years ago

{ COMPLETED }

Right now I just have the population being changed based on an integer which increments with every loop of the while loop. If someone could find a library which would allow you to do something each x amount of seconds, that would be great.