Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Love the recursion concept! (Which can be a nightmare for a programmer too.) The shape sizing part reminds me of a few Superliminal levels. My only complain is the control which landing point is a bit unpredictable.

Also if you don't mind I found a bug in level 12 where square will unreasonably duplicate itself. XD


(2 edits)

The duplication is "intended".
It follows the game logic:
As soon as your square leaves the "main" ("n") box, he appears in smaller versions above the 2 "n-1" boxes.

So when your square comes back it's actually the two squares from the smaller boxes at the exact same position.

So yes. 2 squares