Add some appendices.
[ibg.git] / appendices / b.rst
diff --git a/appendices/b.rst b/appendices/b.rst
new file mode 100644 (file)
index 0000000..a479f62
--- /dev/null
@@ -0,0 +1,26 @@
+=============================
+ Appendix B -- "Heidi" story
+=============================
+
+Heidi in the Forest is our first -- and simplest -- game. We describe it in
+three chapters: "Heidi: our first Inform game" on page 33, "Reviewing the
+basics" on page 49 and "Heidi revisited" on page 59.  Here is a run-time
+transcript, and then the original and extended source files.
+
+Transcript of play
+==================
+
+.. literalinclude:: /examples/Heidi.txt
+   :language: transcript
+
+Game source code -- original version
+====================================
+
+.. literalinclude:: /examples/Heidi.inf
+   :language: inform6
+
+Game source code -- revisited
+=============================
+
+.. literalinclude:: /examples/HeidiPlus.inf
+   :language: inform6