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

Some nice puzzles here! My only real complaint is that you had to wait for the animations of all of the enemies before you could move again, making it slow to point of being frustrating in the later levels. I’m assuming it’s that way so that the enemies can definitively determine whether their movement is safe, but especially given that each enemy’s next move is clearly marked, they could detect that coming collision and either both turn around or have their “order” determine who wins. On the last level I had something like 19 moves left at the end and I think it would because I was able to block three enemies in the top-left corner of the last room, I think largely due to their movement order. Maybe that was intentional shortcut, but it felt more like a bug, especially since I don’t recall the game every calling out the order as something I should be paying attention to. I only really noticed it because I was trying to figure out when moving got so slow.

Don’t get me wrong, though, this was a great little game, I think you figured out some nice consequences of the mechanics and put together levels that helped show them off. Nicely done!

(+1)

Hi! Thank you for playing and for the precious feedback. Yes, the enemies follow a movement order. When designing the levels I always kept in mind a "move hierarchy", for examples goblins move always first, or gnomes move last (with the player exception). In theory, if nothing strange happens, all levels work this way. 

I wanted to implement a list that showed which enemy moves first, second, third... etc, but as I didn't have much time I preferred to polish more "critical" parts of the game. As for the last level, it was intended that it could be possible to block the enemies (as a hidden shortcut), but I think you are right when you say that I should have said/shown to keep an eye on the enemy movement, and I understand that you felt it was a bug. If I'll choose to expand upon this game idea, I will keep this in mind. Thank you!

Regarding the movement speed in the later levels I agree that the movement speed can feel slow. In hindsight I could have added a x2 speed button or something similiar.