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

How did you make the items snap to the grid when each piece is different? also I've never been able to get a moving crane animation to look that smooth when the cable moves up and down. P.S. I'll try the harder difficulties for sure!

(1 edit) (+1)

Each piece has an identifier. A mortar with same id for each piece is created on spot at the beginning of the scene. This way we can check and snap matching pieces together when player moves brick blocks with the crane.

(+2)

i see that is simple yet i wouldn't think of it. Very cool thank you. I forgot to mention i like how easy the game is to just pick up no tutorial even really needed.

(+1)

Thanks!

(+1)

The crane movement is also quite simple, the Sled in the Crane is tweened towards MouseX() and the Grabber X follows the Sled X via tween and the Grabber Y follows the tween of MouseY.

that's what I would figure. Thank you!