summaryrefslogtreecommitdiffstats
path: root/src/maze.c
Commit message (Collapse)AuthorAgeFilesLines
* maze: Use consistent error stringP. J. McDermott2022-01-271-3/+2
|
* maze: Factor out border line drawingP. J. McDermott2022-01-271-14/+9
|
* maze: Factor out wall line drawingP. J. McDermott2022-01-261-24/+22
|
* maze: Double wall thicknessP. J. McDermott2022-01-261-4/+12
| | | | | This will allow characters and pickups to have even sizes. It also makes the maze look a little more cartoonish and less professional.
* maze: Draw a border around the mazeP. J. McDermott2021-12-241-0/+13
|
* 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