~tile/xtile/world

The World Module.
----------------------------------------------------------------------
tw.lisp			The tile world simulator, by mnr.  Possibly
				the most central, most integral file
				in the whole system.  Existed before I
				came along.  Do not confuse with
				tw.lisp in the ~tiledev directory,
				which just loads the system!
world-dialog.lisp	Specification for the world module's dialog
				box, including special functions to
				dynamically update the time remaining
				and the score.
world-ui.lisp		The World user-interface.  Sets up graphical
				representations for objects, creates
				the world window, world dialog, and
				object information window, manages
				the input to these things, displays
				the current state of tileworld, etc.
				My pride and joy.
world.lisp		The primary interface to tw.lisp from other
				parts of the system (i.e., exper).
				Extremely parallel to agent/agent.lisp.
