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

https://github.com/sensational-code/multiplayer-snake

A multiplayer version of the game snake built using Node.js, Socket.io, and Vue.js (in development)
https://github.com/sensational-code/multiplayer-snake

hacktoberfest

Last synced: 24 days ago
JSON representation

A multiplayer version of the game snake built using Node.js, Socket.io, and Vue.js (in development)

Awesome Lists containing this project

README

          

# multiplayer-snake
A multiplayer version of the game snake built using Node.js, Socket.io, and Vue.js (in development)

#### [Try it here](https://nodejs-multiplayer-snake.herokuapp.com/)

## Install
Clone this repo to your local machine
```
git clone https://github.com/Sensational-Code/multiplayer-snake.git
```
Navigate into the project directory
```
cd multiplayer-snake
```
Install dependencies
```
npm install
```
Run node.js
```
node index.js
```
Then visit http://localhost:4444 in your web browser of choice!

## Built With

* [Node.js](https://nodejs.org/en/)
* [Socket.io](https://socket.io/)
* [Vue.js](https://vuejs.org/)
* [Bulma](https://bulma.io/)