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

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.

Awesome Lists containing this project

README

          

# Multiplayer Snake Game

[![Dependencies Status](https://status.david-dm.org/gh/archtaurus/multiplayer-snake-game.svg)](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

![screenshot](screenshot.png)

## History

- Version 1.0.0
- first release