Skip to main content

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

really enjoyed the game. concept looked simple, but the progressive unlocks hooked me. Had to restart because the constructor speed upgrade broke it the first time. it just started jittering when it made it to a block. I can only guess but I think it broke by upgrading it mid movement.

Interesting, I never had that happen, I will test it out. Thank you for your feedback.

(+1)

just ran into this. if i'm understanding the problem right, basically you should just clamp movement to at most the distance between the constructor and its destination (so if it needs to move 1, it doesn't move 2 and overshoot)

oh, that makes sense thank you.

Thank you for your explanation it really sped up debugging. I have fixed it now.

(1 edit)

My constructor also bugged out, though mine ascended into the heavens instead of jittering when it made a block. I don't know why. It did come back at my next unlock though

haha, I didn't realize the constructor was so broken until now. I guess I know what I am going to spend my evening on tomorrow.

Problem Solved!

I fixed the constructor issue. Thank you for letting me know about it.