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

The server should run only 1 PhysicsState #52

Closed Joris-van-der-Wel closed 10 years ago

Joris-van-der-Wel commented 11 years ago

The server does not need to display graphics or otherwise respond to (time warpable) events in realtime.

It should be able to get away with running only 1 physic state, at the greatest possible delay. It will not have to execute any kind of consistency check or timewarping.