sdorin / snake

Multiplayer snake game, based on canvas and node.js with websockets

Home Page:http://snake.9elements.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiplayer Snake Experiment

This multiplayer snake game was built to try out canvas, node.js with websockets, and coffeescript.

You can see it in action at snake.9elements.com, but you should use Chrome or Safari to view it...

Installation

To try this experiment out on your local machine, go through the following steps:

  • Clone this repository
  • Go to the folder, and run npm install
  • To start the server, run node server.js
  • To start a client, open http://localhost:5000 in a browser supporting canvas and websockets, i.e. the latest version of Safari or Chrome

About

Multiplayer snake game, based on canvas and node.js with websockets

http://snake.9elements.com/

License:MIT License


Languages

Language:CoffeeScript 72.7%Language:HTML 18.1%Language:CSS 9.2%