Stephcraft
Stephcraft
### Bug description When you do this for example: ``` ``` and I even add every icon to the font awesome react `library` object. I've tried two different ways, same...
The audio in the project is handled by the [Minim library](http://code.compartmental.net/minim/). This library is yelling errors at runtime. The sources of the errors are unknown and a solution must be...
EZBlocker Version: 1.8.1.0 Spotify Version: 1.1.73.517
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...
The gray board where you place pieces stays the same and could therefore be drawn once at the beginning in a `p5.Graphics` and then displayed with `image()` instead of doing...