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 |
The source code is hosted at the Zork GitHub.
(*) Thanks to Fatdroid for asking me to mention this
John Lange agreed to share his experience compiling zork under OpenSUSE 12.1:
[...] and also let you know that I was quite easily |
One last thing, in Linux there is a "file end" character (shows as ^Z) |
Thanks, John!
Zork's copyright is held by Activision.
Go back to Richel Bilderbeek's games.
Go back to Richel Bilderbeek's homepage.