Add some appendices.
[ibg.git] / appendices / b.rst
1 =============================
2  Appendix B -- "Heidi" story
3 =============================
4
5 Heidi in the Forest is our first -- and simplest -- game. We describe it in
6 three chapters: "Heidi: our first Inform game" on page 33, "Reviewing the
7 basics" on page 49 and "Heidi revisited" on page 59.  Here is a run-time
8 transcript, and then the original and extended source files.
9
10 Transcript of play
11 ==================
12
13 .. literalinclude:: /examples/Heidi.txt
14    :language: transcript
15
16 Game source code -- original version
17 ====================================
18
19 .. literalinclude:: /examples/Heidi.inf
20    :language: inform6
21
22 Game source code -- revisited
23 =============================
24
25 .. literalinclude:: /examples/HeidiPlus.inf
26    :language: inform6