Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.6 KB

File metadata and controls

35 lines (26 loc) · 1.6 KB

GoCube Game

A simple Unity game where you have to change the player's direction of movement by tapping the screen to take all items, avoid walls while saving steps to win.

Game Rules and Usage

We can explain this game using very complex words, but summarizing it, it's just virtual cube which moving direction you change by tapping the screen. You can't control anything else, except the tap! Take all the yellow cubes and avoid the labyrinth of deadly walls, but don't spend all your steps!

GoCube is barely based on classic games like virtual ping pong and tetris. All music in all seven levels is original and unique.

The three rules are simple:

  1. Tap the screen to change de direction of the player (also to start the level).

  2. Don't touch any wall, but take all the yellow cubes. (taken yellow cubes are shown on the right bottom of screen)

  3. And remember... Don't spend all your steps! (be aware of the steps bar. Take some extra steps: ||||||| )

Run project in Unity

  1. Clone this proyect into your local machine.
  2. Open your local copy using Unity 3D.
  3. Go to the Project Section (If hidden, use Ctrl + F5 to display) and navigate to the Assets > Scenes folder.
  4. Open the MainMenu.unity Scene.
  5. Click the Play button to use the game directly and test any modification.

Everyone is welcome to contribute. We recommend using SourceTree to contribute to this project if you are new to git.