youvsvirus / youvsvirus-unity

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

Implement Random Placement in a grid #25

Closed ghost closed 4 years ago

ghost commented 4 years ago

NPCs and the player should not touch each other or be within each other's infection radii upon creation. Solve this by placing them randomly inside cells of a grid.