Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 629 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 629 Bytes

Crazy Snake Game

CS290 Final Project

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.

crazy snake game screenshot

Running Locally

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.