Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's games.
Zork (also named as 'Dungeon') is a text adventure game written by Tim Anderson, Marc Blank, Bruce Daniels, and Dave Lebling in 1980. I ported its C source code (without any modification) to be used under Qt Creator. Note that because the C standard has changed considerably and because I left the original code unmodified, compiling will yield a lot of compile warnings (*).
To start the program under linux, libncurses5-dev might needs to be installed (*):
sudo apt-get install libncurses5-dev |
(*) Thanks to Fatdroid for asking me to mention this
Zork's copyright is held by Activision.
Go back to Richel Bilderbeek's games.
Go back to Richel Bilderbeek's homepage.