#define MaxListLength 500	// maximum length of UsedWord/Word lists.
#define MaxWordLength 41	// maximum allowable length of words/phrases in the game.
#define MaxGuessListLength 37	// maximum size of guess array: 36 + '\0' character.
