
The test suite
--------------
hex_dbug.asm	Source code for the testing & debugging program
hex_dbug.com	Object code for the testing & debugging program
hexample.inc	Reference implementation, included by hex_dbug.asm
keys1		Test ESC
keys2		Test solution
keys3		Test behavior on the borders
keys4		Test invalid keys
keys5		A cool solution
test.bat	Testing driver

The reference implementation:
-----------------------------
hexample.asm	Source code of the reference implementation
hexample.com	Object code of the reference implementation

Other implementations:
----------------------
hex_game.*	Lacks command line support (put it in your Start menu) :-)
hex_save.*	Lacks command line support, reports the keys you press
		on standard output (use it to build more test cases)
