Karma Riuk
9e7c6b5e24
Written the ImageWriter
2023-08-09 17:44:59 +02:00
Karma Riuk
104419b239
Forgot to put the width and height of the maze
...
when I parsed it, oops (and now it's tested)
2023-08-07 18:22:04 +02:00
Karma Riuk
5445d28b2c
Moved RaMaze to its own file, cuz we gonna need
...
some more functions and it would just clutter maze.go
2023-08-05 11:29:53 +02:00
Karma Riuk
19ab3c9cf3
Added String() method to RawMaze for debugging
...
purposes
2023-08-05 11:20:53 +02:00
Karma Riuk
fcb2bc0d51
Reader -> Reader+Parser refacfotring: create the
...
parser package, moved the parsing aspect of reader
to parser (still have some naughty stuff like
WallChar and PathChar in parser but it'll be fixed
in next commit)
2023-08-05 10:38:46 +02:00
Karma Riuk
0ff76d6dff
Changed the structure of the Maze struct
2023-08-04 19:11:26 +02:00
Karma Riuk
fbe066db17
Drawn the skeleton code for the structure of the project
2023-08-03 21:07:58 +02:00