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.
Run the following command to run in a development mode:
yarn dev
Run the following command for a production build:
yarn build