Generate a puzzle from any image. Made with p5.js.
https://puzzlefy.netlify.app/?image=<url>&cols=<number>&rows=<number>
- image: link to an image url
.jpg,.png... and also certain.gifs! - cols: width of puzzle in pieces
- rows: height of puzzle in pieces
If the cols and rows parameters are not specified, the aspect ratio of the image will be used instead
.gifcors origin fix β Issue.gifload time improvement β Issue- Dynamic loading screen β Issue
- Draw placed pieces in separate graphics for performance β Issue
- Random image if
image=url parameter is not set β Issue - Auto solve functionality β Issue
- Reset functionality β Issue
- Large puzzles do not fully utilize the screen space β Issue
- Puzzles with the same exact visuals can be interchanged (usually solid colors) β Issue
- Background clip area vs free pieces clip setting
- Customize puzzle pattern (jigsaw shapes and in/out directions)
- Customize settings (feedback when invalid placed, allow preview, ...)
- Zoom and moving around camera controls. Useful for large puzzles and mobile devices (pinch to zoom)
