billiards icon indicating copy to clipboard operation
billiards copied to clipboard

A rudimentary game of pool-table made using React, three-js, and react-three-fiber along with a fairly rough and small implementation of a physics engine from scratch.

Pool table

A rudimentary game of pooltable made using React, three js and react-three-fiber alongwith a fairly rough and small implementation of a physics engine from scratch. However, this is not a complete game. A lot of improvements and refinements can be made.


Demo

A working demo can be found here

Shot

Running it locally

  • Clone the repo.
  • npm install
  • npm start