/game-time

Primary LanguageJavaScriptMIT LicenseMIT

Infinite Loop

This is a clone of the popular mobile game of the same name, which is itself a remake of the flash game Loops of Zen.

Authors

Penney Garrett, Beth Sebian

Click here to play!

infinite-loop

To install the dependencies:

npm install

To fire up a development server:

npm start

Once the server is running, you can visit:

  • http://localhost:8080/webpack-dev-server/ to run your application.
  • http://localhost:8080/webpack-dev-server/test.html to run your test suite in the browser.

To build the static files:

npm run build

To run tests in Node:

npm test