Multiplayer snake game written at a single weekend
So expect bugs...
Just open it with Visual Studio 2019 Community Edition or higher and it should compile out of the box, it has no dependencies.
Sorry but not at this time, PR's are welcome!
Once built you can join a server via
SnakeRoyal.exe join <ip>
The default port is 11754 you can choose to use a different one by adding port
SnakeRoyal.exe join <ip>:<port>
You can host a server by using following command:
SnakeRoyal.exe host
If you don't wish to have any visual output you can also choose to do it like following:
SnakeRoyal.exe host --headless
To specify a different port:
SnakeRoyal.exe host <host> <port>