Skip to content

A Berkeley-themed rendition of Snake. Collect Cal Cubs to win!

License

Notifications You must be signed in to change notification settings

meganyyu/berkl.io

Repository files navigation

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

About

A Berkeley-themed rendition of Snake. Collect Cal Cubs to win!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published