!Attention Browser Players!
Switch to Fullscreen, otherwise important UI will not be properly displayed!
---

This is the polished version of my first ever Game Jam entry made for GMTK Jam 2020 with the theme "Out of Control".
You can still play the rough original by selecting it in the menu.

Your cube is falling, and your goal is to guide it to the warp-zone.
To achieve this, you can program commands for your cube to to execute.
For some commands (move & wait) you also need to set an intensity.

Controls are displayed in the top-right corner.

Known Bug:
When rotating a move command was the last button you clicked the space bar will instead of starting the game open a sub-menu. To avoid this make sure that your last click is something else before starting.

StatusReleased
PlatformsWindows, HTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorDeylz
GenrePuzzle
Made withUnity
TagsGame Maker's Toolkit Jam, Physics, physics-puzzle, programming, Singleplayer

Download

Download
DehWehEhm_Windows.zip 24 MB
Download
FallingStruggle (Game Jam Original).zip 20 MB

Comments

Log in with itch.io to leave a comment.

Interesting concept, though I felt myself lost in the menus a bit. Otherwise great game!

(+1)

I liked the idea, pretty cool, congrats.

Just felt lost choosing the commands, there were many options and I ended up winning without knowing exactly what I was doing.

Anyway, I really enjoyed the idea to program the player. :)

(+1)

Thank you!

I ran out of time to make some tutorial levels.

The basic building blocks are:
A Push which you can direct up/down/left/right, Wait and Morph either into a Ball or Cube.
Some parts you have to combine with Power Cells to set how strong the push is or how long the wait time.