Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

l ran into a bug where after clicking one of the tiles nothing happened when clicking the others, soft locking me

Thanks for the feedback! Mmm... interesting... Did nothing happen even if you click on an adjacent tile (and not part of the first row of tiles already colored at the beginning)? Because the rules of the game are: 

  1. once you selected a tile, you can interact only with an adjacent tile (can select if not already collapsed or can swap)
  2. in order to make a valid match of one hidden tile with the corresponding tile part of the first row (the fixed tiles already colored at the beginning), the hidden tile must be the last one remaining for that specific color (so, you must find first all the hidden pairs of that color, in a 6x4 grid there are 2 hidden pair and 1 extra tile for every color)

If it's not a bug, maybe I should add some way to show what are the possible tiles (the adjacent ones) you can interact with after selection (apart from the small tutorial on the ? menu)

Anyways, thanks again for the feedback!