Jimzical / JyroCity

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 gyroscope to control the camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title

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

Requirements

How To Intall

  1. Clone the repo
git clone https://github.com/Jimzical/Gyro-socket.git
  1. Install the dependencies
npm install

How To Run

  1. Put the path of ngrok in script/ngrokpath.txt, example: YOUR_PATH_TO_NGROK/ngrok.exe

  2. Run runner.bat

./runner.bat

Using the Website

  1. Go to the Ngrok URL image

  2. Scan the QR with your phone

4. Then Click the Game button on the website

gameplay.mp4
  1. Now click the button on your phone to start flying around!

Whats New

  • Fixed the sky using skycubes
  • Imported actual models for the city and removed the placeholders
  • Fixed Gimball effect and improved movement

Future Plans

  • Automate the ngrok path stuff
  • Possibly make a FruitNinja like game out of this

About

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 gyroscope to control the camera


Languages

Language:JavaScript 49.5%Language:HTML 46.7%Language:Batchfile 3.8%