youvsvirus / youvsvirus-unity

Unity version of the you vs virus game.
GNU General Public License v3.0
1 stars 1 forks source link

Margrit/refactor population #45

Closed maccxs closed 4 years ago

maccxs commented 4 years ago

Hi all,

I wanted to separate the instantiation of our humans from the random grid creation. There is still room for improvement. I need the human instantations later on, that's why I wanted them separate from the grid overhead. I renamed them since we do not only create our population here, we have their instantiations all through the rest of the game.