Show HN: Hyve Tile, a puzzle game but I can't solve it (yunusefendi52.itch.io)
I created a puzzle game after some recent years of hiatus from game development. It was a puzzle game where you have to assemble a randomized tiles. You can view the preview using eye icon on the top right side. You also can undo your previous step.
I created this game using Unity because I am already familiar with it.
If you encounter the tiles is not randomized, please try recreate the tile again, I don't exactly know why it's happenning.
Thank you
19 comments
[ 3.9 ms ] story [ 37.0 ms ] threadSo you might do a check after jumbling to make sure you're not back in the original arrangement. If so, keep jumbling.
Fun puzzle!
I think if there was some kind of indication of what the final thing should look like, or an indication if after manipulation a tile is either in the correct spot but wrong rotation, or correct spot and correct rotation, it would go a long way to making the game feel solvable, as you can have a sense of progress.
The house tiles are kind of like wildcards since their orientation doesn't seem to matter. They are useful to help flip the orientation of another piece, also with a straight-through piece who's orientation stays the same each time.
https://imgur.com/a/UEBe8uv
* Every tile has two orientations 0 and 180 degrees which allows to cut a lot of possibilities for small fields. * Three tiles can be flipped together, meaning if you have one or two tiles unsolved, your idea won't work out. * Large fields have more solutions.
Sadly I found some bugs:
* World generation does not work correctly: there is an unmovable field (nice idea!) but during generation it gets moved. This makes some puzzles unsolvable. The randomizer should ignore this field. * The undo function has some issues undoing the wrong move or skipping a move. Fully undoing a puzzle does not always result in a solution. If this happens while you're playing you get locked.
How do you make that happen? I haven't stumbled on that yet. I did discover, after playing for some time, that I don't have to swap adjacent tiles.
But if you flip A and B, then B and C, then A and C, you get B and C to swap positions without changing their orientations.