Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 510 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 510 Bytes

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