Karma Riuk karma
  • Switzerland
  • Joined on 2021-05-15
karma pushed to main at karma/maze-solver-go 2023-08-14 20:01:19 +02:00
27cb446573 Implemented bfs
7cb4fa99bc Pulled out the wasVisited function from DFS to genral solver
e53dac17d5 Fixed the default cell size to avoid having to put it every time
Compare 3 commits »
karma pushed tag v1.0.4 to karma/maze-solver-go 2023-08-14 15:10:40 +02:00
karma pushed to main at karma/maze-solver-go 2023-08-14 15:10:40 +02:00
4f79d6f1ed Removed useless print statements
346cfe9705 Finally written some good tests for the image writer
94af003adc Added some assets
aec655610a Added files to gitignore
2423645f3a Removed log statement
Compare 5 commits »
karma pushed tag v1.0.3 to karma/maze-solver-go 2023-08-13 21:34:35 +02:00
karma pushed to main at karma/maze-solver-go 2023-08-13 21:32:54 +02:00
6e0a1032d1 Figured out that the implementation of turn left
karma pushed to main at karma/maze-solver-go 2023-08-11 14:34:29 +02:00
69afaed1bf fixed lil mistake eheh
karma pushed to main at karma/maze-solver-go 2023-08-11 14:32:16 +02:00
908e8c14fb Commented out image writer tests cuz i gotta think
karma pushed to main at karma/maze-solver-go 2023-08-11 14:29:49 +02:00
954d44085c Fixed workflows
karma pushed to main at karma/maze-solver-go 2023-08-11 14:27:37 +02:00
8a6543cc1e Updated the github workflows
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:19:32 +02:00
485efeebaf Does this one work?
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 »