Versions in this module Expand all Collapse all v1 v1.0.0 Jul 27, 2024 Changes in this version + type Rectangle struct + func RectangleMaze(height, width int, solve bool) (*Rectangle, error) + func SquareMaze(height int, solve bool) (*Rectangle, error) + func (r *Rectangle) RenderPNG(w io.Writer, scale int) error + func (r *Rectangle) RenderSVG(w io.Writer, scale int) error + func (r *Rectangle) RenderText(w io.Writer) error + func (r *Rectangle) Solve()