Skip to content

JulianCatnip/bb8-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BB8 Obstacle Game

A small obstacle game as a game development exercise.

BB8 Game

About the game

  • You play a the BB8 character from Starwars.
  • You have evade obstacles (only walls until now) to reach the Millenium Falcon.
  • Unfinished content:
    • Lasers and enemies to evade.

Game features

  • Smartphone controls using gyroscope data sent over UDP with the ZigZim app.
  • Stereoscopic camera option for 3D view (this game was developed to be demonstrated in the UBIC 3D theater of the University of Aizu, Japan)

Technical details

  • Unity version:

    • 2018.3.14f1
  • Required tools:

    • ZigZim app settings:
      • Sensor data: Accel(erator), Quaternion(calculated)
      • Protocol: UDP
      • IP adress: [IP adress of your network]
      • Port number: [A port number to communicate over, e.g. 42002]
      • Message format: JSON
      • Message rate: 30
      • Compass angle: Faceup
    • Local network to send data over UDP, e.g. mobile hotspot
  • Game repository

    • Assets/
      • BB8Game/
      • Plugins/
        • [Third-party/Unity assets]/
        • ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published