Karma Riuk
|
a7dd3e1a81
|
Added argument parsing to run the solver correctly
|
2023-08-11 12:30:37 +02:00 |
|
Karma Riuk
|
a80e2c9cc3
|
Added a logging system to show home much time it
took to do a certain part of the program
|
2023-08-10 19:38:43 +02:00 |
|
Karma Riuk
|
fb59c890ca
|
Corrected some bugs for when it came to parsing
and writing mazes
|
2023-08-10 19:13:24 +02:00 |
|
Karma Riuk
|
18f37e65ed
|
added new maze (15x15) for testing purposes
|
2023-08-10 19:11:15 +02:00 |
|
Karma Riuk
|
0f05998295
|
Changed type of maze in SolvedMaze to pointer, to
not copy the entire maze by value
|
2023-08-10 10:30:37 +02:00 |
|
Karma Riuk
|
41e665c169
|
Written the ImageWriter
|
2023-08-09 17:44:59 +02:00 |
|
Karma Riuk
|
acf8aff469
|
Moved the generation of the solved mazes into its
own file since they are needed for both ImageWriter and StringsWriter
|
2023-08-09 17:42:53 +02:00 |
|
Karma Riuk
|
fd17cb3526
|
Added description comments
|
2023-08-09 17:41:44 +02:00 |
|
Karma Riuk
|
4949e5fa21
|
Updated writer interface and wrote the strings
writer
|
2023-08-09 10:21:11 +02:00 |
|
Karma Riuk
|
898d8463c8
|
Drawn the skeleton code for the structure of the project
|
2023-08-03 21:07:58 +02:00 |
|