maze maze is maze generator package for Go language. The maze walls are of the grid cell type. ([][]T // 0: path, 1: wall) rect is a subpackage for generating maze walls of type []image.Rectangle import "github.com/setanarut/maze/rect"