back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/puzzle.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Including resources in the object filescratko24 hours1-0/+1
| | | | | Convert pictures to array data (image_converter/converter.c) Resources are located in image_converter/resources.o
* Fixed memory leakscratko46 hours1-3/+10
| | | | | | 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-1/+2
| | | | | Added a dialog box about. Checks if the selected file is correct.
* Added A* solution algorithmscratko6 days1-2/+10
|
* Added menu-bar and file chooserscratko11 days1-1/+1
|
* Added end game checkscratko11 days1-6/+11
|
* Checking the solvability of puzzlesscratko13 days1-0/+2
|
* Moving slidesscratko13 days1-13/+19
| | | | | | Changed to 8 puzzles Added reaction to clicking a puzzle Puzzles are moved to vector
* Initial commitscratko2024-10-251-0/+45
Creating widgets with a split image