Skip to content

Commit 69f9fbf

Browse files
committed
2 parents 2894559 + 43d8c13 commit 69f9fbf

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,16 @@ Generate a puzzle from any image. Made with [p5.js](https://p5js.org/).
1919
- [Obama prism](https://puzzlefy.netlify.app/?image=https://c.tenor.com/1g50P-G_JicAAAAC/obama-triangle.gif&cols=4&rows=4)
2020

2121
### 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

Comments
 (0)