I feel like a simple brute force method is using a "labirinth" exploration. Make a list of all possible moves in a single state, do one of these moves and check: if you already saw the result, go back and try a new…
A solution that I found is this: 1) Remove the edges until you have a little house; 2) Rotate on a side of the house until you have a cross; 3) Ending left to the reader.
I feel like a simple brute force method is using a "labirinth" exploration. Make a list of all possible moves in a single state, do one of these moves and check: if you already saw the result, go back and try a new…
A solution that I found is this: 1) Remove the edges until you have a little house; 2) Rotate on a side of the house until you have a cross; 3) Ending left to the reader.