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

Really fun game! Has a TON of potential with different types of blocks, and the franticness of the timer getting faster and faster gave me a few laughs at trying to scramble around haha. Some feedback!

  • I really enjoyed the gameplay mechanic of being able to move the blocks anywhere. Initially when you explained the concept I was a bit wary of how abusive this could be, but it ended up being really balanced with the timer putting pressure on the player. In the end I think I ended up reversing my thoughts, because it's such a different take on the match 3 formula that gives the game a really unique identity.
    • Being able to pop the matching blocks at any time adds a fun layer of strategy to the game. I found myself building a hilarious mass of colors on one side of the field while working on the other side to keep the timer going.
  • The artstyle is super cute! You did such a great job unifying the design of everything to make them all fit with each other. I also liked how you made the blocks have a visually distinct pattern too. I found myself relying more on the patterns than the colors haha.
  • The menu system is very nice to look at. Very intuitive options and layout.
  • Something I thought was a bit distracting were the B blocks having the shrinking ring. It might just be entirely me, but the ring kind of makes the initial run of the game really distracting since there's many of them on the screen at once, making it slightly visually cluttered. It also makes it a bit hard to know what ring belongs to which B block. If there was a suggestion I could make to this, it would be to have the B blocks have a meter on them instead of the ring. That way it would be easier to tell at a glance when they would go off!
    • In contrast, I thought all the other visual feedback was nice! The game telling you which blocks are poppable was a very nice touch that helped me in pinches.

I managed to catch 2 bugs, albeit somewhat minor:

  • This one was kind of hard to tell what happened, but there was a point in the game where I couldn't pop a chain of a decent amount of green blocks. After I popped another chain somewhere else I was able to pop the green ones. I can't recall how exactly the shape was laid out, but it was in a cross shape with a blobby part near the top left side. I don't know if this might be because my mouse wasn't picking up on my presses though. I did click it a few times and nothing happened just to check, but was able to pop another set right afterwards.
  • The scrolling background in the menu seems to be distorted along where the graphic repeats itself, along the seams. It's a minor graphical thing though!

I would totally love to see this game developed like you stated in the discord server! Hearing that you have plans to add content to it makes me happy.

1) Since I've mostly been the only person playing the game before the jam deadline, I've become somewhat accustomed to things in the game that aren't clearly conveyed to a new player. A meter above the B blocks, or even a circle-shaped gauge around the B blocks directly, might be more intuitive to show the amount of time left - whichever obscues the least amount of information about the above/surrounding blocks.

2) With the scrolling background -- is there any chance you can make a screencap of the seams between the repeating tiles? I can't seem to replicate it, or it might not register as a distortion to me (see above, becoming accustomed to certain things).

3) The part with the green blocks is concerning. Do you remember if they were glowing the same as other 'matched' blocks, or if any/many of them had been swapped before trying to clear them? I'm wondering if there's a blind spot in the code where they don't check for matches or receive the wrong information from neighboring blocks, or they were somehow not set to the same state as other instances.  Whatever the case, it's not a good look having a matching-blocks game where you're arbitrarily denied the ability to match.

Thanks for taking the time to test the game out! It's encouraging to get detailed feedback from you and everyone else. I know I'm on the right path with this game.

(+1)

Here's the weird seam-thing in a gif!

It's hard to notice in the gif, (much easier to see ingame since it's larger), but there's a small "wiggling" effect where I assume the pattern repeats itself. It's hardly noticeable, but I just thought it was something to note.


As for the bug, the green blocks were indeed poppable and had the glowing effect. I can't recall if I messed with that area beforehand, but I assume I didn't move a green block there myself, (otherwise I would have popped it as soon as I did). I tried to recreate it as best as I can in order to recreate the issue, but so far it seems to work as how it's intended. Hopefully you can find out what's wrong!