https://github.com/zehmatt/snakeroyal
Multiplayer snake game written at a single weekend
https://github.com/zehmatt/snakeroyal
battle games multiplayer snake snake-game
Last synced: about 1 year ago
JSON representation
Multiplayer snake game written at a single weekend
- Host: GitHub
- URL: https://github.com/zehmatt/snakeroyal
- Owner: ZehMatt
- License: mit
- Created: 2019-07-10T16:50:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T19:47:23.000Z (almost 7 years ago)
- Last Synced: 2025-03-21T09:04:15.456Z (about 1 year ago)
- Topics: battle, games, multiplayer, snake, snake-game
- Language: C++
- Size: 214 KB
- Stars: 13
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SnakeRoyal
Multiplayer snake game written at a single weekend

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
```
The default port is 11754 you can choose to use a different one by adding port
```
SnakeRoyal.exe join :
```
# 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
```
# Credits
- Ted John ([IntelOrca](https://github.com/IntelOrca)) for allowing me to use the Socket implementation from [OpenRCT2](https://github.com/OpenRCT2/OpenRCT2)
- Iconby Lorc for the Icon (CC 3.0)