This is an open source game that may be able to serve as an example of how to create a game in WebXR.
Click here to play or visit https://ccincotti3.github.io/webxr-cup-ball-game/
Press 'PLAY' to start. Your controllers will turn into two cups. Score points by getting the balls into the cup. That's it!
Development was done using node v14.16.1
, and thus that is recommended to run this project.
npm install
npm start
Before submitting code, please run npx prettier --write .
- Scoreboard
- New game modes
- Sounds
- Tests
Thank you to team @supermedium for providing source code for their game Moonrider which served as a valuable reference. Also, big thanks to that team for the plugins that they develop.