zac-garby / solar-system

A strategy/simulation game.
MIT License
33 stars 17 forks source link

Update population over time using logistic growth #23

Closed leoybkim closed 7 years ago

leoybkim commented 7 years ago

I used dt as time frame (float dt = deltaClock.restart().asSeconds() from main.cpp) for now.

zac-garby commented 7 years ago

Thanks :)

zac-garby commented 7 years ago

I've tried it out, and I can't seem to get it working. And by the way, I've implemented a proper time frame / date thing, so you could use that instead of dt.

EDIT: It does actually work - I was just giving up too soon xD