node-multiplayer-snake

Alt Build Status Dependency Status

A multiplayer snake game built on NodeJs, Express, socket.io, and JavaScript ES6. No unnecessary libraries.

Live demo Here

Getting Started

Install the latest Node.js 8 Stable

git clone https://github.com/simondiep/node-multiplayer-snake.git

cd node-multiplayer-snake

npm install

npm start

Open your web browser to localhost:3000

Game Features

Contributing

  1. Fork the code base
  2. Create a new git branch
  3. Find or create an issue with a description of what you will be adding
  4. Start making changes
  5. Run tests npm test
  6. Pull and rebase changes
  7. Submit a pull request

Tech Debt

Longer-term Tech Debt

Technologies to look into

Potential Features To Implement