Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 648 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 648 Bytes

Unity-Game

Simple Obstacle Platform Unity game created with C#.

unity-gif

Note: This game uses Unity version 2018.3.2 and can be downloaded here: https://unity3d.com/get-unity/download/archive

To run:

  • Download Unity Hub (link: https://unity.com/download)
  • Ensure the version for this game is set to 2018.3.2
  • Once game is loaded in, go to Assets > Scenes and click on 'SampleScene'. This holds the game itself.
  • Press the play button at the top, and the game will begin.

Keys to play the game:

  • W: forward force
  • A: left force
  • S: backwards force
  • D: right force
  • G: float/gravity force
  • B: anti-gravity force