diff options
author | B. Watson <yalhcru@gmail.com> | 2012-12-16 17:42:35 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-23 09:16:18 -0500 |
commit | cc0266a908063f7c38ed16ac50ba9b72797c4975 (patch) | |
tree | f578914aa0a3d26366bf8bfeff3873d811a9c3e8 /games/fizmo/README | |
parent | c1a2e05a2f2071ee7c2b9f85755c176d32477773 (diff) | |
download | slackbuilds-cc0266a908063f7c38ed16ac50ba9b72797c4975.tar.gz |
games/fizmo: Added (Z-Code interpreter for story files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/fizmo/README')
-rw-r--r-- | games/fizmo/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/games/fizmo/README b/games/fizmo/README new file mode 100644 index 0000000000..3274745000 --- /dev/null +++ b/games/fizmo/README @@ -0,0 +1,7 @@ +fizmo (Z-Code interpreter for Infocom and other story files) + +Fizmo provides a Z-Machine interpreter development library in plain C +along with a ncurses user interface, supporting Z-Machine versions 1 +to 5, 7 and 8. That means it allows you to play interactive ficiton, +also known as textadventures, which were implemented either by Infocom +or created using the Inform compiler. |