A website simulating the Wii Resort 'Island Flyover' game using Three.js and WebSockets. Users can connect their phones via QR code, using them as external Wii Remotes by leveraging the phone's Gyroscope to control the camera
- Node.js (You can use this Link)
- Ngrok (You can use this Link)
- Clone the repo
git clone https://github.com/Jimzical/Gyro-socket.git- Install the dependencies
npm installRun runner.bat
./runner.bat
gameplay.mp4
- Now click the button on your phone to start flying around!
- Fixed the sky using skycubes
- Imported actual models for the city and removed the placeholders
- Fixed Gimball effect and improved movement
- Possibly make a FruitNinja like game out of this
- Add a loading screen while the game is loading
- improve the image loading time
- Add speed control to the plane
- Add a pause game signal to pause the game
- Improve the phone side UI


