home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-04 | 495 b | 15 lines | [TEXT/EDIT] |
- This was an old maze.c file I found on ftp.cso.uiuc.edu, in one of
- their mac/MUG C disk files. The built app. was on another disk so
- I just built the one here.
-
- It draws a maze, with a perspective view, by drawing polygons and
- then filling them, according to a binary table.
-
- The B/W uses gray patterns for fill and the color one uses RGB.
-
- It did not take much to get the orininal to run. The colorized
- one was a snap, too, with a little help from other sources.
-
- Enjoy!
-
- kenlong@netcom.com