Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

a move planning platformer is such a fun idea! its easy to understand but hard to master! having to plan out your moves while taking other moving objects into account makes it pretty engaging (reminds me of the game Transistor in that sense). im also shocked by the amount of levels you came up with in a short amount of time, i was surprised that it kept going seeing new game elements getting introduced here and there (especially at the end of the game).

the use of the lighting colors to define an entity's behaviour (red for moves when you move, and green for time-independent move) was a nic indicator. a lot of this game's presentation is just so fun, like enemies getting slammed onto the screen when defeated!

though ngl, im not sure if i solved some of the puzzles in the right way xd. i think some of the issues that i ran into were caused by Unity's physics misplacing the character in a way where it would misalign me from the intended designed solution due to being pushed around or because of friction, especially on the moving platform levels (i get pushed off when the platform rises up). maybe playing around with rigidbody constraints (freezing the x position of the character after exhausting all the commands) or parenting the player to the moving platform on landing on it and zeroing its velocity would help lessen the issue.

since you also seem to be looking for bugs, there was one i encountered where the camera bounds seems to move away from its fixed position after i respawned in one of the levels (i think it was the 4 platforms level moving up and down ). i think when respawning, my character got moved a little bit to the left which cause d it to go off screen, but for some reason the camera started moving slightly to the right. this caused the player character to be out of view everytime i spawned after that point (though it wasn't too bad).

regardless, this was a super fun game, the mechanic is fleshed out really well! i enjoyed a lot of the puzzles and the presentation was very playful. great work!

thank you! that is a great review and helpful feedback !