Karma Riuk karma
  • Switzerland
  • Joined on 2021-05-15
karma pushed tag v1.0.2 to karma/maze-solver-go 2023-08-11 14:19:32 +02:00
karma pushed to main at karma/maze-solver-go 2023-08-11 14:10:53 +02:00
f803dc7771 Fixed github workflow (hopefully)
karma pushed to main at karma/maze-solver-go 2023-08-11 14:09:58 +02:00
46c42cb67d Refactored main.go to make the entry point clearer
karma pushed to main at karma/maze-solver-go 2023-08-11 14:06:24 +02:00
32f7720069 Added github workflow for auto-generating
karma pushed tag v1.0.1 to karma/maze-solver-go 2023-08-11 13:49:23 +02:00
karma pushed to main at karma/maze-solver-go 2023-08-11 13:49:23 +02:00
3c7c181911 Fixed failing tests
karma pushed tag v1.0.0 to karma/maze-solver-go 2023-08-11 12:32:54 +02:00
karma pushed to main at karma/maze-solver-go 2023-08-11 12:32:54 +02:00
a7dd3e1a81 Added argument parsing to run the solver correctly
5500007fb4 Added a solver: turn left
a80e2c9cc3 Added a logging system to show home much time it
fb59c890ca Corrected some bugs for when it came to parsing
18f37e65ed added new maze (15x15) for testing purposes
Compare 6 commits »
karma pushed to main at karma/maze-solver-go 2023-08-09 19:54:54 +02:00
99fc6ba48a renamed assets so that they are more consistent
1cfd92593f implemented image reader
e72e9e694a added the png version of the mazes used for
41e665c169 Written the ImageWriter
acf8aff469 Moved the generation of the solved mazes into its
Compare 10 commits »
karma pushed to main at karma/maze-solver-go 2023-08-08 22:51:48 +02:00
92ba1b48e4 Forgot to put the width and height of the maze
58787dc4af moved assertEquals to utils so that other tests
3d4a2b9bfb Re-enabled text_test.go
Compare 3 commits »
karma pushed to main at karma/maze-solver-go 2023-08-07 17:43:50 +02:00
b6dff509f9 Fixed parser
bfc370bdda Removed useless prints in parser_test
Compare 2 commits »
karma pushed to main at karma/maze-solver-go 2023-08-05 16:50:24 +02:00
8b0fa4c1f9 Moved RawMaze to reader package since it is used
0e42c0f15d Reader -> Reader+Parser refactoring: COMPLETE
6481fe2665 Added min function to utils to get min between two
ee9d439485 Added isWall and isPath to RawMaze with tests
130deb40d8 Reader -> Reader+Parser refactoring: main.go now
Compare 15 commits »
karma pushed to main at karma/maze-solver-go 2023-08-04 21:06:10 +02:00
77aa385918 Written the first version of a text reader, with
a4d2dc99af Updated gitignore
4e4dde7ba8 Changed the structure of the Maze struct
fb99f77c4f Renamed maze-solver.go to main.go
Compare 4 commits »
karma pushed to main at karma/maze-solver-go 2023-08-03 21:08:03 +02:00
898d8463c8 Drawn the skeleton code for the structure of the project
karma pushed to main at karma/maze-solver-go 2023-08-03 20:08:57 +02:00
ae8ea353ca initalized go project
karma pushed to main at karma/maze-solver-go 2023-08-03 20:08:04 +02:00
e932e370d7 Initial commit
karma created branch main in karma/maze-solver-go 2023-08-03 20:08:04 +02:00
karma created repository karma/maze-solver-go 2023-08-03 20:07:55 +02:00
karma pushed to main at karma/advent-of-code 2023-08-03 17:49:14 +02:00
91903a9a8e Completed day 5 of 2022 in go
49c4597c4a Added README.md
Compare 2 commits »
karma created branch main in karma/advent-of-code 2023-08-03 11:18:33 +02:00