Help your robot friend get to the end of each puzzle. You need a pole to have the strength to move boxes and rocks, but it can also get in your way sometimes.

Created for Mini Jam 65 over a weekend. My first game jam, of course I wasn't able to finish everything I had planned. Core gameplay and programming done, but some animations, textures, and additional levels had to be cut.

With the "Abandoned" theme the main idea I had was you had to pickup some kind of tool or powerup to solve part of the puzzle, but that would later hinder you and you'd need to leave it behind. That is only playing a piece of the total solutions here. I think there are more interesting interactions between the other pieces on the board. With more time you could imagine expanding the levels into several combinations of what you see in the few levels here.

The screen shake limitation was simple. Camera never moves.

V2 uploaded after game jam completed. Fixed bug where pressing 2 directions quickly together caused an exception inside LeanTween, which made your player permanently disappear. Turned off exception throwing on release build and put in quick check for NaN.

Windows version untested.

Download

Download
Leave It - Original Game Jam Version 10 MB
Download
Abandoned_Mac.app.zip 32 MB
Download
Abandoned_Win.app.zip 32 MB

Comments

Log in with itch.io to leave a comment.

Restart doesn't work

I noticed that exception on day one, but ignored it because in debug builds it didn't cause any bad side effects. On release build it killed the player. V2 uploaded that should have that one bug fixed. Thanks for the feedback!