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

Multiple arena's #13

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

Joris-van-der-Wel commented 11 years ago

Only one arena is hosted by the server at the moment. On the server side, each arena could run in a different thread. Interfaces and commands need to be implemented as well.