Puzzlefy
Puzzlefy copied to clipboard
Generate a puzzle from any image. Made with p5.js
``` Uncaught TypeError: Cannot read properties of undefined (reading 'push') at drawPuzzleSideShape (jigsaw.js:35:8) at drawPuzzleSide (script.js:652:9) at drawJigsaw (script.js:661:5) at Piece.drawPost (script.js:552:17) at draw (script.js:313:15) at p.draw (transform.js:30:15) at _main.default.redraw...
1. When zoomed in, the quality of the puzzle pieces is highly reduced - is there any way to minimize this loss - and perform zoom and pan? I tried...
Can I export the generated pieces as PNG?
License?
Hey- I was looking for a cli tool to generate puzzle pieces.. came across a different python tool, but yours looks a lot simpler so I can adapt it into...
In most cases this applies to solid color pieces but also to matching pieces. Take this puzzle for instance:  An all black image with many matching puzzle pieces. Currently...
### Small https://puzzlefy.netlify.app/?cols=4&rows=3  ### Medium https://puzzlefy.netlify.app/?cols=9&rows=5  ### Big https://puzzlefy.netlify.app/?cols=18&rows=10  ### Large https://puzzlefy.netlify.app/?cols=90&rows=50  Perhaps the random piece placement region can also be improved to look more random...
Pieces all go to their respective positions on the board and the puzzle is completed. The tiles are moving towards their position on board in an animated matter (not instantly)....
Pieces all go to a random position around the board like at the beggining. The tiles are moving towards there in an animated matter (not instantly). Player cannot move pieces...
The `image=` url parameter can either be an url or encoded url pointing to an image. If not specified, currently defaults to this image: https://i.imgur.com/KY2fucv.jpg It would be cool to...
By default, images loaded with p5js are blocked if the [Cross-Origin Resource Sharing](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) (cors) is setup a certain way on certain websites. So far, a workaround has been found for...