Skip to content

joshliu/maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MAZE

Generate a Maze!

Install using:

  $ go get github.com/joshliu/maze

Then run go install in the maze directory.

  $ go install

It takes three optional arguments for width, length, and seed.

  $ maze [width] [length] [seed]

Mazes of the same size and same seed will be the same.
The default seed value is 0, and default size is 10x10

Releases

No releases published

Packages

 
 
 

Languages