summaryrefslogtreecommitdiffstats
path: root/src/maze.c
Commit message (Collapse)AuthorAgeFilesLines
* maze: Optionally hide unseen wallsP. J. McDermott2021-08-081-5/+64
|
* maze: Fix renderingP. J. McDermott2021-08-021-4/+4
| | | | Wow.
* maze: Set drawing colorP. J. McDermott2021-08-021-1/+9
|
* maze: Render (untested)P. J. McDermott2021-08-021-0/+44
| | | | TODO: Color
* maze: Defend against use-after-freeP. J. McDermott2021-08-021-2/+12
| | | | And non-compliant standard C libraries.
* maze: New functionsP. J. McDermott2021-08-021-0/+186