Commit Graph

7 Commits

Author SHA1 Message Date
Karma Riuk
3ef61967a5 added new maze (15x15) for testing purposes 2023-08-10 19:11:15 +02:00
Karma Riuk
d1d3ed1c73 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
9e7c6b5e24 Written the ImageWriter 2023-08-09 17:44:59 +02:00
Karma Riuk
cffc3b5939 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
235814a418 Added description comments 2023-08-09 17:41:44 +02:00
Karma Riuk
4fa1bc3206 Updated writer interface and wrote the strings
writer
2023-08-09 10:21:11 +02:00
Karma Riuk
fbe066db17 Drawn the skeleton code for the structure of the project 2023-08-03 21:07:58 +02:00