A web-based VR game developed using React 360.
- Node (13.7.0)
- Clone this repository
- Open command line in the cloned folder,
- To install dependencies, run
yarn
- To run the application for development, run
yarn start
- To install dependencies, run
- Open localhost:8081/index.html in the browser
Check out MERN VR Game - A dynamic version of this VR game where game details are retrieved from the server.