A Berkeley-themed rendition of the Snake game. You are a professor bear that lost all their student cubs on the UC Berkeley campus. Explore the campus and find all your cubs!
Built at CalHacks 8.0 with JavaScript, Node.js, and HTML5 Canvas.
Go to https://meganyyu.github.io/berkl.io/ to give it a try!
Note: disregard instructions below for now
To get started, ensure you have Node and NPM installed. Then run the following:
$ npm install
$ npm run develop
To run the project in a production setting, run the following:
$ npm install
$ npm run build
$ npm start
To run the tests for this this project, run the following:
$ npm install
$ npm test