Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 308 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 308 Bytes

Catch is a basic VR game with throwing and catching objects. It has multiplayer support and is basically just a playground for VR experimentation using three-js.

To test locally, run

npm run dev

Or, to run in production mode, run

npm run build

to build, and then

npm start

to run.