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

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.

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**

| ![](demo/4.png) | ![](demo/6.png) | ![](demo/8.png) | ![](demo/1.png) | ![](demo/5.png) |
| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
| Main Menu | Levels | Game | Level Complete | Credits |

**Post Processing**
| ![](demo/2.png) | ![](demo/8.png) |
| :-------------: | :-------------: |
| Off | On |
# Usage

The 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.