/ball-pool-simulation

Billiard ball pool to simulate the ball movements

Primary LanguageTypeScript

Ball Pool Simulation

A project to simulate the movements of a billiard ball, the simulation includes the following:

  • Stick collision with the white ball.
  • Balls collision with each other.
  • Balls collision with the table edges.

How to use

Run the following command to run in a development mode:

yarn dev

Run the following command for a production build:

yarn build

References