Add Bocfel interpreter
[projects/chimara/chimara.git] / interpreters / bocfel / README
1 Bocfel is an interpreter for the Z-machine, which means that it plays text
2 adventure games.  For more information on the Z-machine and interpreters, please
3 see http://en.wikipedia.org/wiki/Z-machine.
4
5 For building instructions, please consult the BUILDING file.
6
7 If you are poking around the source code, you might notice a lot of identifiers
8 containing "zterp".  When I first started this project, I put it in my
9 Subversion repository, but I wasn't sure it would ever go anywhere.  I quickly
10 picked a rather generic name--zterp--because a name was needed for the
11 repository path.  It turns out, however, that long ago somebody released a
12 Z-machine interpreter called zterp, so I had to find something new.  By the time
13 I realized this, however, the name "zterp" had become entrenched in the source.
14 I've changed all user-visible uses of "zterp" to "bocfel", but have kept the old
15 identifiers in the source.
16
17 Chris Spiegel <cspiegel@gmail.com>
18 http://bocfel.googlecode.com/