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.<p>I created this game using Unity because I am already familiar with it.<p>If you encounter the tiles is not randomized, please try recreate the tile again, I don't exactly know why it's happenning.<p>Thank you
I'm not 100% sure what you mean by you can't solve it, I've been able to solve 3 so far, only one with the hint. Unless you mean provably solve in the fewest steps or something. I'm curious if you could elaborate further on the difficulties you're having with it.
It's a neat game! The mechanics and the general idea is intuitive (all the road joints should connect sensibly). And extremely hard, because it's still an abstract artwork with very minimal constraints.<p>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.
Interesting concept. Certainly took a bit of head scratching to get the concept, but now starting to solve them. I did get a successful solve that wasn’t correct, some of the roads weren’t connected.<p><a href="https://imgur.com/a/UEBe8uv" rel="nofollow">https://imgur.com/a/UEBe8uv</a>
It is a neat game. With a bit of trying you can find some patterns:<p>* 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.<p>Sadly I found some bugs:<p>* 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.
Does your puzzle start from an (non-visible) completed state, then you apply to it a random number between 50-100 of random moves/swaps, and then it becomes visible for the player? I mean is it (even) solvable? Or each piece of the puzzle is randomly placed AND randomly oriented, which could make potentially unsolvable?
It looks a lot like mind-bending 'Knots' game: <a href="https://brainteaser.top/knot/" rel="nofollow">https://brainteaser.top/knot/</a>
I like the somewhat minimalistic style of this. However I think you might need to be some sort of delayed gratification masochist to thoroughly enjoyed it!
This is pretty easy to solve each level. Here is the strategy I used: in the top right corner there is a button that looks like an "undo" icon and a number. Just keep hitting that until the puzzle is solved. Then you can stop.