Replaces the image of a jigsaw puzzle with a predictable, (theoretically) easier-to-solve design.
- Begin a Jigidi puzzle.
- Run the code in your browser debug console.
- Restart the puzzle by pressing the Restart button in the Jigidi sidebar.
- The puzzle will be replaced with a predictable patterned one.
The predictable pattern has a number of features that make it easier to solve that most other jigsaws:
- Each piece has two numbers printed on it: the first is the row in which it belongs, the second is the column, making it possible to identify the exact location that a given piece belongs in.
- Each column is a different colour, streamlining presorting.
- Rows within a column alternate between lighter and darker variants ("striping").
- Stripes of alternating thickness and a cycle of colours form long horizonal and vertical bands across the image, streamlining identification.
- No information is sent back to the server to indicate that the puzzle has been tampered with.
ABOUT THIS FORK
This fork provides a small update to the original code so that it can be added as a chrome bookmark. Step by step guide:
- Open chrome and navigate to "chrome://bookmarks/"
- Right click and then click "Add new bookmark"
- Name the bookmark something like "Jigidi Helper" then in the "URL" field paste this fork revision of code
- Save the bookmark
- Navigate to a jigidi puzzle and open it so you are presented with the puzzle pieces to be solved
- Click the bookmark you have just added (displayed underneath the URL field)
- The bookmark will run the code to change the puzzle picture and then refresh automatically
- The puzzle is now ready to solve!
@sobersong74
Checkout my comment on the original gist.
https://gist.github.com/Dan-Q/e9bfe5c2ca4b13fae4994c5e84685761?permalink_comment_id=4583961#gistcomment-4583961