Maze construction is a usual task in a typical computer programming/graphics class because it's useful in demonstrating recursion and is a visually pleasing puzzle. Further, mazes occur surprisingly often in classical and popular culture. Mythological examples embedded into literature include the Labyrinth of Crete, meant to hold the illegitimate son of King Minos. From such strange beginnings, it has evolved to appear in such formats as the newspaper "extra" sections next to Sudoku. From a serious though allegoical standpoint, mazes represent the twisting, winding, and unpredictable "journeys" that people go through, whether they be spiritual, educational, or personal in nature.
Feel free to look at House of Leaves, an experimental novel that I was vaguely reminded of during this project.
I chose this project for these reasons, but more importantly, building a maze allowed a great deal of flexibility. I wasn't sure what I could do in a Math198 project. Therefore, I was thinking that it wouldn't be too difficult to build a 2-D maze with the walls extruded vertically into the third dimension. The user/computer could still only move in a 2-D plane though. If this was straightforward, I might be able to add things such as texture maps to the maze walls. Or, I could build mazes with non-orthogonal paths or mazes in higher dimensions.
April 25th: As I should've done in the beginning, I'm now using the basic graphical interface construct from the skeleton program. I may also use snippets of useful code from Aszgard if I can get it to compile on my laptop.
illiMaze Pictures
illiMaze Source Code