back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Changed link to executable fileHEADmasterscratko37 hours1-1/+1
|
* Program terminationscratko2 days2-1/+18
| | | | | Termination of the program while the computer is solving the algorithm (by esc key)
* Including resources in the object filescratko2 days7-14/+9276
| | | | | Convert pictures to array data (image_converter/converter.c) Resources are located in image_converter/resources.o
* Added readmescratko4 days1-0/+2
|
* Fixed memory leakscratko4 days5-11/+43
| | | | | | 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 days6-12/+62
| | | | | Added a dialog box about. Checks if the selected file is correct.
* Uploading custom imagesscratko6 days27-10/+20431
|
* Added A* solution algorithmscratko8 days8-22/+320
|
* Added menu-bar and file chooserscratko12 days6-4/+55
|
* Added end game checkscratko13 days5-19/+63
|
* Checking the solvability of puzzlesscratko2024-11-092-1/+21
|
* Moving slidesscratko2024-11-0922-25/+99
| | | | | | Changed to 8 puzzles Added reaction to clicking a puzzle Puzzles are moved to vector
* Initial commitscratko2024-10-2519-0/+132
Creating widgets with a split image