Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 374 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 374 Bytes

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