Skip to main content

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

This is a bit of fun.

The art was pretty good, the music was OK and the sounds are pretty nice.

The only bit I found a little annoying was the moving platforms, unless a the platform is moving up and down, you need to move in tandem with the platform or it will leave you behind.

Otherwise I liked the game, and the golems look pretty good as well.

(+1)

Thanks for the feedback! I was intending for the platforms to be more of a challenge for the player so that it simulated a real life moving platform where it would be hard to maintain balance. I could have definitely done better in maybe adding something like minimal camera shakes to indicate that the platform was unstable. I really appreciate you playing the game :)

(+1)

Maybe you could figure out a way to only add that effect if you're too close to the back edge of the platform as it moves, and add the screen shake to accentuate the effect occurring.

E.g. if the platform is moving left and the player jumps onto the right side within say, 48 pixels of the right edge, the player character would stay stationary and fall off the edge if the player doesn't move while the platform moves and vice versa.

If the player is between the 48 pixel limit and the other edge, then the player moves with the platform.

The player, would then need to move to the centre of the platform, or risk falling off the edge after jumping onto it.

In reality, for when you jump onto a moving object travelling at a fixed speed, it is only the initial acceleration to the speed of the object you're on when you would find it difficult to balance, and likely fall off.

(+1)

Oooooh that's a good idea! Thanks! :)