kids-aquarium / aquarium

Unity parts of the project
5 stars 1 forks source link

Maximum Population #40

Closed sourya-sen closed 6 years ago

sourya-sen commented 6 years ago

Extends the previous population management commit. Now it checks the number of fishes against a maximum population too and send the oldest fish to die if the current population is exceeding the maximum (allowed) population. Otherwise works the same with the minimum population stuff.

I've changed the ranges a bit but I guess those need to decided upon properly later anyway.