From cc0266a908063f7c38ed16ac50ba9b72797c4975 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 16 Dec 2012 17:42:35 -0500 Subject: games/fizmo: Added (Z-Code interpreter for story files) Signed-off-by: dsomero --- games/fizmo/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 games/fizmo/README (limited to 'games/fizmo/README') 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. -- cgit v1.2.3