https://github.com/splurf/snakers-host
https://github.com/splurf/snakers-host
multiplayer-snake-game multithreading tcp-server
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/splurf/snakers-host
- Owner: splurf
- Created: 2021-10-18T13:45:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T07:01:21.000Z (over 4 years ago)
- Last Synced: 2025-01-25T08:25:33.925Z (over 1 year ago)
- Topics: multiplayer-snake-game, multithreading, tcp-server
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snakers-host
Localized TCP server based implementation of "snake".
- Can play up to 10 players at a time.
## To-Do
- Implement snake features
## Setup
Have someone host the game running a built version of this repository, and join using the provided client from [here](https://github.com/Daemitrious/snakers-client)