Click here to Skip to main content
15,890,512 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: WSO CCC OTD 2020-11-07 Pin
musefan5-Nov-20 22:56
musefan5-Nov-20 22:56 
GeneralRe: WSO CCC OTD 2020-11-07 Pin
yacCarsten5-Nov-20 22:58
yacCarsten5-Nov-20 22:58 
GeneralRe: WSO CCC OTD 2020-11-07 Pin
OriginalGriff5-Nov-20 23:09
mveOriginalGriff5-Nov-20 23:09 
GeneralRe: WSO CCC OTD 2020-11-07 Pin
yacCarsten5-Nov-20 23:12
yacCarsten5-Nov-20 23:12 
GeneralRe: WSO CCC OTD 2020-11-07 Pin
jsc425-Nov-20 23:26
professionaljsc425-Nov-20 23:26 
GeneralRe: WSO CCC OTD 2020-11-07 Pin
pkfox5-Nov-20 23:02
professionalpkfox5-Nov-20 23:02 
GeneralRe: WSO CCC OTD 2020-11-07 - we have a winner! Pin
OriginalGriff5-Nov-20 23:10
mveOriginalGriff5-Nov-20 23:10 
GeneralZork I Lives! Pin
raddevus5-Nov-20 11:13
mvaraddevus5-Nov-20 11:13 
I just retrieved the Open Source for Zork I from github[^].

Next I opened a terminal and ran make.

It failed with a cryptic error. I had to change the make file because it needs to reference ncurses library:
TERMFLAG =
LIBS = -lcurses


Then I had to install nscurses (on my Ubunut 20.04).
sudo apt install libncurses5-dev


I ran the make file again and it built!!
I started it up and I see...
Welcome to Dungeon.			This version created 11-MAR-91.
You are in an open field west of a big white house with a boarded
front door.
There is a small mailbox here.
>

I've wanted to play this game for 30 years. I'm all set now. Big Grin | :-D
GeneralRe: Zork I Lives! Pin
k50545-Nov-20 11:39
mvek50545-Nov-20 11:39 
GeneralRe: Zork I Lives! Pin
raddevus5-Nov-20 12:50
mvaraddevus5-Nov-20 12:50 
GeneralRe: Zork I Lives! Pin
Super Lloyd5-Nov-20 12:56
Super Lloyd5-Nov-20 12:56 
GeneralRe: Zork I Lives! Pin
raddevus5-Nov-20 13:01
mvaraddevus5-Nov-20 13:01 
GeneralRe: Zork I Lives! Pin
Greg Utas5-Nov-20 14:51
professionalGreg Utas5-Nov-20 14:51 
GeneralRe: Zork I Lives! Pin
raddevus5-Nov-20 16:27
mvaraddevus5-Nov-20 16:27 
GeneralRe: Zork I Lives! Pin
Super Lloyd5-Nov-20 17:50
Super Lloyd5-Nov-20 17:50 
GeneralRe: Zork I Lives! Pin
raddevus6-Nov-20 2:46
mvaraddevus6-Nov-20 2:46 
GeneralRe: Zork I Lives! Pin
raddevus5-Nov-20 13:00
mvaraddevus5-Nov-20 13:00 
GeneralRe: Zork I Lives! Pin
Super Lloyd5-Nov-20 12:56
Super Lloyd5-Nov-20 12:56 
GeneralRe: Zork I Lives! Pin
RickZeeland5-Nov-20 19:17
mveRickZeeland5-Nov-20 19:17 
GeneralRe: Zork I Lives! Pin
Super Lloyd5-Nov-20 20:02
Super Lloyd5-Nov-20 20:02 
GeneralRe: Zork I Lives! Pin
Super Lloyd5-Nov-20 20:33
Super Lloyd5-Nov-20 20:33 
GeneralRe: Zork I Lives! Pin
RickZeeland5-Nov-20 21:01
mveRickZeeland5-Nov-20 21:01 
GeneralRe: Zork I Lives! Pin
Ravi Bhavnani5-Nov-20 15:43
professionalRavi Bhavnani5-Nov-20 15:43 
GeneralRe: Zork I Lives! Pin
Rage5-Nov-20 19:52
professionalRage5-Nov-20 19:52 
GeneralRe: Zork I Lives! Pin
musefan5-Nov-20 22:57
musefan5-Nov-20 22:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.