Skip to content

setanarut/maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"