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)
- Host: GitHub
- URL: https://github.com/sensational-code/multiplayer-snake
- Owner: Sensational-Code
- Created: 2018-07-16T06:59:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:21:57.000Z (over 3 years ago)
- Last Synced: 2025-12-12T21:35:48.100Z (6 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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/)