Made by Robert Houeland, Phillip Dinh, Sam Knox, Omar Mejia
Node.js website using express and handlebars to play the game snake. Includes obstacles including a boot, a flying eagle, and a fox. You can save your high score on the leaderboards.
Make sure you have Node.js installed.
$ git clone `THIS REPO` # or clone your own fork
$ cd crazy-snake
$ npm install
$ npm start
Your app should now be running on localhost:3000.