Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Snake-Game-Multiplayer
> The classic Snake Game in multiplayer mode written in javascript.


snake game demo

## 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.