// -------------------------------------------------------------------
// NOTE TO READER
// -------------------------------------------------------------------

// REGARDING THE QUALITY OF THIS SOURCE CODE:
// 
// I've often found it extremely helpful to look at the source code 
// of TADS 3 games, even if such code is full of kludges, is badly 
// commented, or just plain sucks in various ways that aren't evident 
// to players.
// 
// In that spirit, I am releasing the source code to Nothing but
// Mazes, even though the code sucks in a lot of ways. 
// 
// Most of the code of Nothing but Mazes was written around 2006-07, 
// back when I had only just recently learned what object oriented 
// programming was, and was just learning TADS 3.
// 
// Hope you enjoy the source code of this game!
// 
// Greg Boettcher
