Skip to main content

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

It was probably already mentioned, but I head some issues:

  • Movement problems - when I click character would move in only like 1 in 10 times. I’m guessing it’s a quirk of a physics in a Web build, and player’s box collider gets stuck on block colliders (since they all are separate colliders I assume).
  • Character falls when scaling up - when you scale the block upwards while standing on it you get pushed to the side and fall. Do you not modify character’s position in that case? Because if not, physics just pushes player out of the collider in the closest direction, which is sideways.
  • Because of the perspective it’s not clear if blocks are on the same plane, or under one another. I think adding some gradient on block colors that depends on depth would help with that.

Other than that, the idea seems interesting, the visuals look cute, and I really liked the tutorial. Unfortunately didn’t manage to finish the game, but still, good job!

It's very annoying that these problems don't occur to all the people, cuz I didn't only test myself but also had other people streaming from their laptops and testing it with me before I uploaded and everything worked fine. I still have no idea why it's causing problems for some people

Wait what browser are u using

Same thing on both Firefox and Chrome.

ah, ive published a fixed version now that the jam is over, try the game out if ur free!

(+1)

Just checked. I still have a problem with character not moving when I click sometimes, although less often. And character falling because of upward movement is fixed.