A simple maze solver written in go
Go to file
2023-08-15 15:41:24 +02:00
.github/workflows Fixed workflows 2023-08-11 14:29:35 +02:00
assets Added some assets 2023-08-14 15:08:13 +02:00
io Removed useless print statements 2023-08-14 15:09:24 +02:00
maze refactor: removed map for visited and added field to node 2023-08-15 15:41:24 +02:00
solver refactor: removed map for visited and added field to node 2023-08-15 15:41:24 +02:00
utils Added a logging system to show home much time it 2023-08-10 19:38:43 +02:00
.gitignore Added files to gitignore 2023-08-14 15:07:10 +02:00
go.mod Added argument parsing to run the solver correctly 2023-08-11 12:30:37 +02:00
go.sum Added argument parsing to run the solver correctly 2023-08-11 12:30:37 +02:00
main.go Fixed the default cell size to avoid having to put it every time 2023-08-14 19:59:57 +02:00