Closed zorfmorf closed 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).
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.