###Snake-Time This is a Paired Project for module 4 students at the Turing School of Software and Design.
#####Project collaborators: Matt Rooney | Adam Ki Jensen
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 [email protected]: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/