You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for this repo, the UI looks great and I had fun solving some of these puzzles :)
Would like to point out that 'Hand' has a non-unique solution - I only managed to solve it by 'guessing' how the picture looks like. The problematic section is here:
of which, the intended solution is:
However, a possible other solution (which is valid) is:
The latter solution, though valid, is considered wrong. Personally, recommend changing the puzzle to have a unique solution vs the UI allowing solving with multiple solutions.
The text was updated successfully, but these errors were encountered:
First of all, thanks for this repo, the UI looks great and I had fun solving some of these puzzles :)
Would like to point out that 'Hand' has a non-unique solution - I only managed to solve it by 'guessing' how the picture looks like. The problematic section is here:
![Screen Shot 2020-07-20 at 5 22 20 PM](https://user-images.githubusercontent.com/15428129/87921992-ec402080-caad-11ea-9d45-39152e8d953c.png)
![Screen Shot 2020-07-20 at 5 22 27 PM](https://user-images.githubusercontent.com/15428129/87922017-f5c98880-caad-11ea-8a84-0fc3ea16c27e.png)
![Screen Shot 2020-07-20 at 5 22 11 PM](https://user-images.githubusercontent.com/15428129/87922060-04b03b00-caae-11ea-9131-df52fb955354.png)
of which, the intended solution is:
However, a possible other solution (which is valid) is:
The latter solution, though valid, is considered wrong. Personally, recommend changing the puzzle to have a unique solution vs the UI allowing solving with multiple solutions.
The text was updated successfully, but these errors were encountered: