Skip to main content

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

A very nice game! A bit hard to understand what’s going on at first, but eventually I figured everything out. Definitely needs some music and sound effects, the game quite empty without them, they’d add so much to the juice. A bit frustrated that you can misclick sometimes and apply glue to empty bricks, or apply “spawn bricks” card to the black border brick, which doesn’t do anything. I feel like this just shouldn’t be possible for the player to do? I also noticed that you compute the selected brick by intersecting the mouse ray with the plane going through brick tops, but which works confusing when placing new bricks (because you see the bottom layer, not the top layer). It would also be useful to highlight the area in the bottom where you can’t place bricks - maybe have a different color there?

The wave effect is really cool! I guess you didn’t actually solve the wave equation, but just added together the contributions of the surrounding impacts? Still, it lagged quite a lot when there were a lot of waves, maybe some optimization is needed.

Anyway, I felt like the game keeps going forever - I reached 4000 points and it didn’t look like I’m ever going to lose. Some difficulty progression would be nice :) I also didn’t understand how exactly the score is computed - it didn’t seem to be connected to either time or destroyed bricks.