@@ -19,11 +19,16 @@ Generate a puzzle from any image. Made with [p5.js](https://p5js.org/).
19
19
- [ Obama prism] ( https://puzzlefy.netlify.app/?image=https://c.tenor.com/1g50P-G_JicAAAAC/obama-triangle.gif&cols=4&rows=4 )
20
20
21
21
### Ideas
22
- * ` .gif ` corss origin fix
23
- * ` .gif ` load time improvement
24
- * Draw placed pieces in separate graphics for performance
25
- * Random image if ` image= ` url parameter is not set
26
- * Auto solve functionality
27
- * Reset functionality
28
- * Large puzzles do not fully utilize the screen space
29
- * Puzzles with the same exact visuals can be interchanged (usually solid colors)
22
+ * ` .gif ` cors origin fix ― [ ** Issue** ] ( https://github.com/Stephcraft/Puzzlefy/issues/1 )
23
+ * ` .gif ` load time improvement ― [ ** Issue** ] ( https://github.com/Stephcraft/Puzzlefy/issues/3 )
24
+ * Dynamic loading screen ― [ ** Issue** ] ( https://github.com/Stephcraft/Puzzlefy/issues/2 )
25
+ * Draw placed pieces in separate graphics for performance ― [ ** Issue** ] ( https://github.com/Stephcraft/Puzzlefy/issues/4 )
26
+ * Random image if ` image= ` url parameter is not set ― [ ** Issue** ] ( https://github.com/Stephcraft/Puzzlefy/issues/5 )
27
+ * Auto solve functionality ― [ ** Issue** ] ( https://github.com/Stephcraft/Puzzlefy/issues/6 )
28
+ * Reset functionality ― [ ** Issue** ] ( https://github.com/Stephcraft/Puzzlefy/issues/7 )
29
+ * Large puzzles do not fully utilize the screen space ― [ ** Issue** ] ( https://github.com/Stephcraft/Puzzlefy/issues/8 )
30
+ * Puzzles with the same exact visuals can be interchanged (usually solid colors) ― [ ** Issue** ] ( https://github.com/Stephcraft/Puzzlefy/issues/9 )
31
+ * Background clip area vs free pieces clip setting
32
+ * Customize puzzle pattern (jigsaw shapes and in/out directions)
33
+ * Customize settings (feedback when invalid placed, allow preview, ...)
34
+ * Zoom and moving around camera controls. Useful for large puzzles and mobile devices (pinch to zoom)
0 commit comments