1This archive contains the TerpEtude game file (etude.z5).
2
3It also contains all the Inform 6 source code for TerpEtude:
4
5etude.inf
6accents.inc
7accentin.inc
8color.inc
9division.inc
10exittext.inc
11givenin.inc
12graham.inf
13header.inc
14styles.inc
15timedch.inc
16timedstr.inc
17undo.inc
18
19I strongly recommend that TerpEtude only be distributed in this
20format -- that is, with game file and source code together. A
21programmer who wants to test his interpreter can't really know
22what he's doing unless he sees exactly what the tests are.
23
24I've also thrown in gntests.z5 and gntests.inf; this program
25comprises the six test programs that Graham appended to the
26Z-Spec TeX document. (Taken from the 0.99 spec.tex file.)
27
28