,---------------------------------------------------------------------
| HUGI COMPO 21 TEST SUITE AND EXAMPLES
| by Bonz and Boreal (in alphabetic order) :-)
| version 1.02
`---------------------------------------------------------------------

History
----------------------------------------------------------------------

Changes from v.1.00 to v.1.01
- added TTT2.* example that shows the AI's reasonings
- added INT 20h hooking to the test suite
- added more error explanation to the test suite (e.g.
  "incorrect move" is separated from "screen error")

Changes from v.1.01 to v.1.02
- fixed severe bug that crippled the test suite (did not
  correctly find out if the computer was losing)


File list
----------------------------------------------------------------------
EXAMPLE.ASM	example tic-tac-toe program (source)
EXAMPLE.COM	example tic-tac-toe program (binary)

TTT1.PAS	Pascal example doing recursive evaluation (source)
TTT1.EXE	Pascal example (binary)

TTT2.PAS	Pascal example doing static evaluation (source)
TTT2.EXE	Pascal example (binary)
TTT2.HTM	Javascript example with user interface (tested with
		IE5; Konqueror and Mozilla should be also ok)

TTT_TEST.PAS	Test suite (source)
TTT_TEST.EXE	Test suite (binary)

GENERAL.TXT	Generic rules valid for all Hugi compos
RULES.TXT	Ruleset specific to this compo
MANIFEST.TXT	This file :-)
