Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briuor/snake-game-multiplayer
The classic Snake Game in multiplayer mode.
https://github.com/briuor/snake-game-multiplayer
es6 javascript javascript-game nodejs snake snake-game snake-game-multiplayer snake-game-server-client snake-multiplayer-game socket-io
Last synced: 20 days ago
JSON representation
The classic Snake Game in multiplayer mode.
- Host: GitHub
- URL: https://github.com/briuor/snake-game-multiplayer
- Owner: Briuor
- Created: 2019-07-24T04:35:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:57:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T12:45:19.012Z (about 1 month ago)
- Topics: es6, javascript, javascript-game, nodejs, snake, snake-game, snake-game-multiplayer, snake-game-server-client, snake-multiplayer-game, socket-io
- Language: JavaScript
- Homepage:
- Size: 2.39 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake-Game-Multiplayer
> The classic Snake Game in multiplayer mode written in javascript.
## Installation
```sh
npm i
```## Execute
```sh
npm start # this command will start the server on port 4000
# access http://localhost:4000
```
You can access http://localhost:4000 in two browser tabs to test the multiplayer mode.