Commit Graph

66 Commits

Author SHA1 Message Date
be688e6920 Reader -> Reader+Parser refactoring: added tests
for new reader
2023-08-05 11:21:32 +02:00
435ea54343 Added String() method to RawMaze for debugging
purposes
2023-08-05 11:20:53 +02:00
929c5b58a0 Reader -> Reader+Parser refactoring: moved the
reading of the lines to its own function
2023-08-05 11:03:42 +02:00
ab6f85b7b6 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
e04aad4b77 Start of refactoring for reader+parser: read all
the lines before starting to parse
2023-08-05 10:01:34 +02:00
345d9267ad moved instructions around to make it more
consistent and fixed tiny bug
2023-08-05 09:38:12 +02:00
ff28832f72 Added missing logic to text reader and tested it 2023-08-04 23:53:34 +02:00
f46af33702 Added a new test case for text reader 2023-08-04 23:06:37 +02:00
c2d16a4d20 Removed useless print statements 2023-08-04 23:05:16 +02:00
77aa385918 Written the first version of a text reader, with
tests
2023-08-04 21:05:28 +02:00
a4d2dc99af Updated gitignore 2023-08-04 21:05:14 +02:00
4e4dde7ba8 Changed the structure of the Maze struct 2023-08-04 19:11:26 +02:00
fb99f77c4f Renamed maze-solver.go to main.go 2023-08-04 19:11:00 +02:00
898d8463c8 Drawn the skeleton code for the structure of the project 2023-08-03 21:07:58 +02:00
ae8ea353ca initalized go project 2023-08-03 20:08:52 +02:00
e932e370d7 Initial commit 2023-08-03 20:05:01 +02:00