# 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](https://manan30.github.io/billiards/) ![Shot](https://raw.githubusercontent.com/manan30/billiards/master/pool.jpg) ## Running it locally - Clone the repo. - `npm install` - `npm start`