Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.04 KB

A Berkeley-themed io game
berkl.io

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.

How To Play

Go to https://meganyyu.github.io/berkl.io/ to give it a try!

Development

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

Tests

To run the tests for this this project, run the following:

$ npm install
$ npm test