https://github.com/codenameakshay/first-game
First try at a Unity 3D game. Simple game with 3 levels currently, don't hit obstacles, that's all.
https://github.com/codenameakshay/first-game
endless first game platformer runner try unity unity3d
Last synced: 2 months ago
JSON representation
First try at a Unity 3D game. Simple game with 3 levels currently, don't hit obstacles, that's all.
- Host: GitHub
- URL: https://github.com/codenameakshay/first-game
- Owner: codenameakshay
- Created: 2020-07-30T12:45:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T15:40:48.000Z (over 4 years ago)
- Last Synced: 2024-12-28T08:27:41.721Z (4 months ago)
- Topics: endless, first, game, platformer, runner, try, unity, unity3d
- Language: ASP
- Homepage:
- Size: 24.9 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cubify
First try at a Unity 3D game. Simple game with 3 levels currently, don't hit obstacles, that's all.
# Controls
Use the A key to move the player left and the D to move the player right. That's it.
# Demo
**Screens**
|  |  |  |  |  |
| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
| Main Menu | Levels | Game | Level Complete | Credits |**Post Processing**
|  |  |
| :-------------: | :-------------: |
| Off | On |
# UsageThe final build can be found in `Build/` directory, where the `.exe` file is an executable.
You can also clone the repo, and then open the project in Unity and build it to play the game.