mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
3d1f3d98b9
Signed-off-by: B. Watson <yalhcru@gmail.com>
11 lines
598 B
Text
11 lines
598 B
Text
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.
|
|
|
|
By default, the curses (fizmo-ncursesw) and 'dumb' console (fizmo-console)
|
|
executables are always built. If you want a GUI for fizmo, install SDL2
|
|
before running this script (the executable will be called fizmo-sdl2).
|