diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-16 17:42:36 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-23 09:16:19 -0500 |
commit | 70d06d7b87d0ff6f7332aa25228475bf4b58ebf6 (patch) | |
tree | acc23febc4479a7155cb9991454a1613a3614dd4 /games/frotz/README | |
parent | cc0266a908063f7c38ed16ac50ba9b72797c4975 (diff) |
games/frotz: Added (Z-machine interpreter)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/frotz/README')
-rw-r--r-- | games/frotz/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/frotz/README b/games/frotz/README new file mode 100644 index 000000000000..303e7f63bc6d --- /dev/null +++ b/games/frotz/README @@ -0,0 +1,5 @@ +frotz (Z-machine interpreter) + +Frotz is an interpreter for Infocom games and other Z-machine games. It +complies with standard 1.0 of Graham Nelson's specification. Games can +be found at http://www.ifarchive.org/ . |