Server for 3D shooter
-
Write port of the server in server.txt file.
-
Write ip and port of server in connect.txt file (on player's computer).
-
Run the server
-
type q to exit the server
-
type r to restart the server
Playing with source code:
-
Clone this repository
-
Open project
Using CLion with MinGW (32-bit) compiler: open CMakeList.txt as a project
Using Visual Studio: open shooter.sln as a project
-
Built project and run the server