crkellen / bands

A real-time online multiplayer CTF shooter game
GNU General Public License v3.0
5 stars 4 forks source link

Setup proper referencing to class objects (player array, bullet array, etc) #7

Closed crkellen closed 7 years ago

crkellen commented 7 years ago

Having an array of all players would make it easier to draw, and do logic. Impacts on performance need to be taken into account, but can be refactored later

crkellen commented 7 years ago

This should be implemented correctly in movement