Skip to content

Repository files navigation

Bouncing balls

Bouncing balls is an application spanning balls on each mouse click event using an HTML5 Canvas. Balls are affected by gravity and friction and have a predetermined elasticity. Let's assume the balls are moving on different planes along an imaginary z-axis so that the possibility of them coliding is exluded.

Getting Started

  1. Clone the repo:

     git clone https://github.com/ipanov/bouncing-balls.git
    
  2. Install dependencies:

     npm install
    
  3. Run webpack:

     npm start
    
     The bouncing balls application should open up automatically at http://localhost:3000
    
  4. Run tests:

     npm test
    

About

technical assignment for hfour interview process

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages