/snake

Snake on a Canvas

Primary LanguageJavaScriptMIT LicenseMIT

Throughput Graph Stories in Ready

###Snake-Time This is a Paired Project for module 4 students at the Turing School of Software and Design.

cover

#####Project collaborators: Matt Rooney | Adam Ki Jensen

About

See the original Project spec here This is a Javascript game based on the retro game, Snake! It uses an HTML5 <canvas> element and Javascript.

What makes this game of snake better? It's got PORTALS!

#####To run this game locally, simply:

Clone this repo:

git clone git@github.com:adamki/snake-time.git

Install dependencies

npm install

Start the Server:

npm start

Visit in Browser:

http://localhost:8080

#####To play this game in production visit:

http://adamki.github.io/snake/