back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/puzzle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed memory leakscratko4 days1-4/+28
| | | | | | The image widget is responsible for deleting the loaded part of the image Check for correct type of selected file Error checking after image upload
* Random image selectionscratko6 days1-3/+26
| | | | | Added a dialog box about. Checks if the selected file is correct.
* Uploading custom imagesscratko7 days1-3/+3
|
* Added A* solution algorithmscratko8 days1-5/+12
|
* Added menu-bar and file chooserscratko13 days1-1/+1
|
* Added end game checkscratko13 days1-7/+2
|
* Checking the solvability of puzzlesscratko2024-11-091-1/+19
|
* Moving slidesscratko2024-11-091-11/+18
| | | | | | Changed to 8 puzzles Added reaction to clicking a puzzle Puzzles are moved to vector
* Initial commitscratko2024-10-251-0/+68
Creating widgets with a split image