/game_time

Primary LanguageJavaScriptMIT LicenseMIT

TimeFreeze

TimeFreeze is game written in JavaScript that is based off Time Locker.

(Link to production game soon ... )

Demo Video of Time Locker

Objective

As Box, make your way through the infinite path, and destroy other boxes to gather points, experience, as well as upgrades. Gather points and try to obtain the high score!

Controls

(To be continued)

Live Demo

(To be continued)

Installation and running

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

Contributers

Zack Forbing & Yoseph Anderson