Periapsis / aphelion

2D spaceship mmog in java with an authoritative server model. Inspired by subspace.
GNU Affero General Public License v3.0
10 stars 2 forks source link

GameLoop refactoring #50

Open Joris-van-der-Wel opened 11 years ago

Joris-van-der-Wel commented 11 years ago

GameLoop.java is a bit messy, it should be cleaned up a little, it does a lot of stuff. Like: use events instead of checking when something is done in the loop.