This directory contains various small TADS 2/3 test games written during the development of XTads, as well as earlier TADS test games by Mike Roberts. Hopefully, these tests will be useful for maintainers of TADS interpreters. A runnable file (*.gam|t3) for every test game should already be present in the directory structure. To modify and/or rebuild any of these games: -------------------------------------------- * you need to use a UNIX type shell (sh, bash, or similar) * a GNU Make or equivalent build tool must be on the $PATH * the XTADS_TADS_DEV_ROOT ($XTADS_TADS_DEV_ROOT) environment variable must be set, and point to a directory containing the tads2/ and tads3/ directories from the TADS 2/3 distribution * the TADS 2 and 3 build tools (tadsc, t3make) must be on the $PATH * cd to the subdirectory of the tests yoo want to rebuild, then type "make"