X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fbocfel%2FREADME;fp=interpreters%2Fbocfel%2FREADME;h=1d22cd33c87d528387173e7ca9c5ab9618a6c325;hb=3c59ba5eef5cb4d39c06eb7f523b9c3b026bdc9b;hp=0000000000000000000000000000000000000000;hpb=ed91d840318ed6ebfe3a5a77fa17114ddbf56640;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/bocfel/README b/interpreters/bocfel/README new file mode 100644 index 0000000..1d22cd3 --- /dev/null +++ b/interpreters/bocfel/README @@ -0,0 +1,18 @@ +Bocfel is an interpreter for the Z-machine, which means that it plays text +adventure games. For more information on the Z-machine and interpreters, please +see http://en.wikipedia.org/wiki/Z-machine. + +For building instructions, please consult the BUILDING file. + +If you are poking around the source code, you might notice a lot of identifiers +containing "zterp". When I first started this project, I put it in my +Subversion repository, but I wasn't sure it would ever go anywhere. I quickly +picked a rather generic name--zterp--because a name was needed for the +repository path. It turns out, however, that long ago somebody released a +Z-machine interpreter called zterp, so I had to find something new. By the time +I realized this, however, the name "zterp" had become entrenched in the source. +I've changed all user-visible uses of "zterp" to "bocfel", but have kept the old +identifiers in the source. + +Chris Spiegel +http://bocfel.googlecode.com/