adamki / snake

Snake on a Canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Snake on a Canvas

License:MIT License


Languages

Language:JavaScript 83.3%Language:HTML 12.2%Language:CSS 4.5%