Built a random maze generator to learn Go.
Used Termloop, a terminal-based game engine, to render the maze. You should check it out! They have nice tutorials.
- On Ubuntu (tested only on this OS), run
go get github.com/wluu/gomaze
. - Inside the
github.com/wluu/gomaze
directory, rungo run maze.go --width <NUM> --height <NUM>
. - Move around the maze with the arrow keys.