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#.
- Host: GitHub
- URL: https://github.com/krichard410/unity-game
- Owner: krichard410
- Created: 2019-02-08T16:47:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T20:57:14.000Z (over 4 years ago)
- Last Synced: 2025-06-02T06:09:11.505Z (about 1 year ago)
- Topics: csharp, unity
- Language: C#
- Homepage:
- Size: 8.24 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity-Game
Simple Obstacle Platform Unity game created with C#.

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