/GuessGravity

A HTML5 Canvas game where you try to guess the current value of gravitational acceleration by bouncing balls

Primary LanguageJavaScriptMIT LicenseMIT

GuessGravity

A HTML5 Canvas game where you try to guess the current value of gravitational acceleration by bouncing balls.

Setup Instructions

  • Clone this repository: git clone https://github.com/DMPS/GuessGravity.git
  • Change into the directory: cd GuessGravity
  • Install all of the dependencies: npm install
  • Run the development server: npm start
  • Have Fun!

Folder Structure

-public: Static markup and styles
-src: All of our JS Modules