Skip to content

RobertHoueland/crazy-snake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Crazy Snake game for CS 290 final project

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 69.9%
  • CSS 17.2%
  • Handlebars 12.9%