An open API service indexing awesome lists of open source software.

https://github.com/krichard410/unity-game

Simple Obstacle Platform Unity game created with C#.
https://github.com/krichard410/unity-game

csharp unity

Last synced: 2 months ago
JSON representation

Simple Obstacle Platform Unity game created with C#.

Awesome Lists containing this project

README

          

# Unity-Game
Simple Obstacle Platform Unity game created with C#.

![unity-gif](UnityGame.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