A React app for playing suguru puzzles with images.
It uses React DnD for drag and drop functionality.
Drag and drop pieces from the picker to the open puzzle board cells. Drag non-fixed pieces from the puzzle board to the trash can to delete them.
Another build is available for mobile devices. It does not support drag and drop but instead uses just touch events.
place a piece: Press a piece in the picker to highlight it. Press one or more empty puzzle cells to place pieces there.
delete a piece: Press the trash can to highlight it. Press one or more non-fixed pieces on the the puzzle to delete them.
Node
Composer - For the Mobile Detect library.
PHP >=7.4 - For the Mobile Detect library and loading puzzles from the database.
In the project's root folder
composer install
npm install
In a browser open index.php