Skip to content
/ snake1 Public
forked from dhoelzgen/snake

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

License

Notifications You must be signed in to change notification settings

narze/snake1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%