d4goxn / bubble-pop

Example setup with Karma and Require.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BubblePop

A simple game for kids, by Sraemech and Dan.

Check it out at http://bubble-pop.aws.af.cm/

Setup

To run this app locally, install the dependencies and start the server:

npm install
node server.js

Contributing

To hack on the code, use the fork and pull workflow.

If you have assets that should be incorporated into the game, and the above method is not convenient for you, just message me and I will add them and thank you :)

Testing

To run the test suite, install Karma and start the testing server.

npm install -g karma
karma start

About

Example setup with Karma and Require.js


Languages

Language:JavaScript 100.0%