Skip to content

Kayno0o/go-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-maze

A maze generator made in go.

TODO

  • CLI <command> <algo:-recursive-backtracking> -w|--width=<number:-10> -h|--height=<number:-w> -bg|--background=<hex:-#fff> -wc|--wall-color=<hex:-#000> -sc|--start-color=<hex:-00c8ff> -ec|--end-color=<hex:-ffc800> -s|--block-size=<number:-25> -p|--padding=<number:-3>

Algorithms

Improvements

  • only right(2⁰) / bottom(2¹) walls on each cells (bitwise operations using 1 uint8, or use 2 bool)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages