This is a simple maze generator.
Source files:
Makefile
: A makefile to build stuff.
maze.h
: Size definitions.
maze.c
: The maze generator and display stuff.
And a
tar'd, gzip'd collection
Back to my
src page.