Skip to content

wluu/gomaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomaze

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.

Instructions

  1. On Ubuntu (tested only on this OS), run go get github.com/wluu/gomaze.
  2. Inside the github.com/wluu/gomaze directory, run go run maze.go --width <NUM> --height <NUM>.
  3. Move around the maze with the arrow keys.

My maze

Releases

No releases published

Packages

No packages published

Languages