Skip to content

mpihlak/gomaze

Repository files navigation

gomaze

Generate a maze in golang.

Executables:

  • cmd/genmaze - Generate a random maze and plot a path through it.
  • cmd/static - Load a maze from ASCII art and plot a path.
  • cmd/race - Generate a maze and race 2 characters to opposite exits.

These use the awesome termbox library, go get it from http://github.com/nsf/termbox-go

About

Generate a random maze in golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages