https://github.com/pickfire/snake
Broken attempt for multiplayer snake
https://github.com/pickfire/snake
Last synced: 28 days ago
JSON representation
Broken attempt for multiplayer snake
- Host: GitHub
- URL: https://github.com/pickfire/snake
- Owner: pickfire
- Created: 2020-11-29T13:19:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T17:01:42.000Z (over 4 years ago)
- Last Synced: 2025-02-10T11:45:13.924Z (3 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Multiplayer Snake
=================Snake game done during a hackathon. Without logic.
Only playing with networking part at first, probably needs to separate client
network calls into another thread.