Skip to content

awesomegroupidunno/game-client

Repository files navigation

game-client

Install SDL 2.0

Install RapidJSON

Install the following on Linux (fixes issue where some glut libraries can't be found by CMAKE):

  • sudo apt-get install libxmu-dev libxi-dev

RUNNING THE GAME:

A host player must run the game server found here:

Connecting players must change the following line in Main.cpp:

  • */ client->connect_to_server("172.31.1.42", "10001"); */

The IP address must match the IP of the host running the game server