A HTML5 Canvas game where you try to guess the current value of gravitational acceleration by bouncing balls.
- 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!
-public: Static markup and styles
-src: All of our JS Modules