https://github.com/archtaurus/multiplayer-snake-game
A multiplayer snake game built on NodeJs, Express and socket.io.
https://github.com/archtaurus/multiplayer-snake-game
express game multiplayer node snake socketio
Last synced: about 2 months ago
JSON representation
A multiplayer snake game built on NodeJs, Express and socket.io.
- Host: GitHub
- URL: https://github.com/archtaurus/multiplayer-snake-game
- Owner: archtaurus
- Created: 2021-03-22T09:48:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T10:56:52.000Z (about 5 years ago)
- Last Synced: 2025-02-24T01:12:27.371Z (over 1 year ago)
- Topics: express, game, multiplayer, node, snake, socketio
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multiplayer Snake Game
[](https://david-dm.org/archtaurus/multiplayer-snake-game)
A multiplayer snake game based on express and socket.io.
## Run
``` shell
yarn install
yarn start
firefox http://localhost:8000
```
## Features
- [X] simple, clear and responsive UI
- [x] multiplayer and observers
## Screenshots
Screenshot on PC and Phone

## History
- Version 1.0.0
- first release