ZehMatt / SnakeRoyal

Multiplayer snake game written at a single weekend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SnakeRoyal

Multiplayer snake game written at a single weekend Screenshot

So expect bugs...

Building

Windows

Just open it with Visual Studio 2019 Community Edition or higher and it should compile out of the box, it has no dependencies.

Linux

Sorry but not at this time, PR's are welcome!

Usage

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>

Hosting

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>

Credits

  • Ted John (IntelOrca) for allowing me to use the Socket implementation from OpenRCT2
  • Iconby Lorc for the Icon (CC 3.0)

About

Multiplayer snake game written at a single weekend

License:MIT License


Languages

Language:C++ 99.6%Language:C 0.4%