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

Improved on update function and the genes and death probs #44

Closed KIRA009 closed 5 years ago

KIRA009 commented 5 years ago

Improved the update function to increase height and weight. Made a genes dict for every individual, and a parents dict too. Changed death probability so that not everyone will have the same death probability. Didn't yet understand what the testament part does, so I tried to add similar functionality