/Snake

A multiplayer snake game using Nodejs Colyseus game server library

Primary LanguageHTMLMIT LicenseMIT

On this repository you can find basic usage examples of how to use Colyseus along with the JavaScript client with the simple yet classic game snake

Live demo

How to run

git clone https://github.com/https://github.com/MarkintoshZ/Snake.git
cd Snake
npm install
npm start

Open http://localhost:8080 in your browser.

Deployment for prototyping

You can easily deploy Colyseus Examples on Heroku.

Deploy

License

MIT