vimlord/3D-Space-Strategy-Game

Create Server-Client System

Opened this issue · 0 comments

To allow multiplayer, the game will require a server that can host clients. The server end of the system will be in charge of physics and gameplay calculations. It will also respond to requests made by the client. The client will display a user interface on the screen. This will show the user various options for things to do, and will also show a map of the battle taking place.