Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 365 Bytes

Some C experiments from the book Mazes for Programmers by Jamis Buck.

Requisites
TIny GRaphics library https://github.com/erkkah/tigr

Put tigr folder in project root.

Demo
The recursive backtracker algorithm in action:
./maze 20 20 -r -l

maze_recursive_backtracker.mov