crkellen / bands

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

Large Grid sizes (world size) causes lag #53

Open crkellen opened 7 years ago

crkellen commented 7 years ago

Please fill out this Issue template to the best of your ability!

Type of Issue

Hint: Design Issues or Requests are changes to existing features, not new ones.

Description of the Issue:

The game will lag when moving if the world is large.

Steps to reproduce the Issue (For Bugs):

If the world is 6400x3840, this is highly noticeable.

Additional comments or information:

I need to optimize the grid calculations. I already have a solution in mind for this, just need to implement it.