zorfmorf / beneath

Completely new implementation of mayoran
0 stars 0 forks source link

Implement internal game server #4

Closed zorfmorf closed 10 years ago

zorfmorf commented 10 years ago

If the game ever wants to have multiplayer, it needs to use an internal game server ASAP. Otherwise it will become nearly impossible to add multiplayer later.

zorfmorf commented 10 years ago

Added client/server system. Game now starts an internal server for single player. Remote server works using multiple clients works fine as well. Definitely some testing and error handling left to be done and some actions that are still handled by the client need to be handled by the server (ressource placement and building finishing).