Skip to content

blackspace/gomaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Life's Path Is a Maze, Not a Straight Line.

a 10x10 maze a 150x150 maze

About Installing

First because the gomaze draws the maze by sdl2,you should install go-sdl2 by following the installing instructions from the go-sdl2 page.

Gomaze take the treeset of gods as the data struction of point set,so then

go get github.com/emirpasic/gods

Exampels

To make 100 9x9 mazes:

go run maze_nxn.go

Or,to make one nxn maze:

go run maze_single.go

About

Draw and go through a maze written by golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages