back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/puzzle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Including resources in the object filescratko24 hours1-13/+45
| | | | | Convert pictures to array data (image_converter/converter.c) Resources are located in image_converter/resources.o
* Fixed memory leakscratko46 hours1-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 selectionscratko4 days1-3/+26
| | | | | Added a dialog box about. Checks if the selected file is correct.
* Uploading custom imagesscratko4 days1-3/+3
|
* Added A* solution algorithmscratko6 days1-5/+12
|
* Added menu-bar and file chooserscratko11 days1-1/+1
|
* Added end game checkscratko11 days1-7/+2
|
* Checking the solvability of puzzlesscratko13 days1-1/+19
|
* Moving slidesscratko13 days1-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