/webxr-cup-ball-game

A Cup & ball VR game made with A-Frame

Primary LanguageJavaScriptMIT LicenseMIT

Cup & Ball Saga - VR Game

This is an open source game that may be able to serve as an example of how to create a game in WebXR.

capture

Gameplay

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!

gameplay

Development

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 .

Whats next

  • Scoreboard
  • New game modes
  • Sounds
  • Tests

Special Thanks

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.