This website requires JavaScript.
Explore
Help
Register
Sign In
karma
/
maze-solver-go
Watch
1
Star
0
Fork
0
You've already forked maze-solver-go
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fccfde890a
maze-solver-go
/
io
/
reader
/
reader.go
8 lines
100 B
Go
Raw
Normal View
History
Unescape
Escape
Drawn the skeleton code for the structure of the project
2023-08-03 21:07:58 +02:00
package
reader
import
"maze-solver/maze"
type
Reader
interface
{
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
Read
(
)
(
*
maze
.
RawMaze
,
error
)
Drawn the skeleton code for the structure of the project
2023-08-03 21:07:58 +02:00
}
Reference in New Issue
Copy Permalink