Dracula Horror Text Adventure

Anything QL Software or Programming Related.
Post Reply
User avatar
dilwyn
Mr QL
Posts: 3181
Joined: Wed Dec 01, 2010 10:39 pm

Dracula Horror Text Adventure

Post by dilwyn »

Dracula is a horror text adventure I've ported to the QL. Originally written by Elizabeth Arkush in 1984, it's been ported to SuperBASIC and slightly enhanced.
Dracula loading screen
Dracula loading screen
You are in Dracula's mansion, searching for the fabled and aptly named Blood Ruby. Beware of bats, werewolves and of course Dracula himself.

Only two things can slay Dracula - a silver bullet, or a wooden stake through the heart.

Things to keep in mind while playing:
  • there are many secret doors in the mansion you have to discover how to open
    Dracula leaves a trail of bloody footprints wherever he walks
    Dracula can turn into a bat and can bite necks in that condition
    ordinary bats may be harmless (may be…)
I've added game SAVE and LOAD state commands so that you can pause a game and resume it later if you wish.

Please read the DRACULA_txt instructions file first.

Should you decide you are stuck and need a little help, I've added the following files:

MAP_TXT - a text map of the mansion.
HINTS_TXT - a few fairly cryptic hints here and there in the adventure.
SOLUTION_TXT - a step by step solution to resort to when completely stuck.

Good luck. You may need it when up against Dracula!

Download free from https://dilwyn.theqlforum.com/games/adv ... index.html


User avatar
RalfR
QL Wafer Drive
Posts: 1264
Joined: Fri Jun 15, 2018 8:58 pm

Re: Dracula Horror Text Adventure

Post by RalfR »

Great, I'll wait until there's a thunderstorm in the next few days and turn the lights down; that will set the right mood.


7000 4E75
User avatar
dilwyn
Mr QL
Posts: 3181
Joined: Wed Dec 01, 2010 10:39 pm

Re: Dracula Horror Text Adventure

Post by dilwyn »

Just add some creepy, spooky music Ralf...


User avatar
Sebright
Bent Pin Expansion Port
Posts: 87
Joined: Fri Feb 07, 2025 9:55 am

Re: Dracula Horror Text Adventure

Post by Sebright »

dilwyn wrote: Wed Sep 10, 2025 4:49 pm Dracula is a horror text adventure I've ported to the QL. Originally written by Elizabeth Arkush in 1984, it's been ported to SuperBASIC and slightly enhanced.
Great! Thanks for posting this Dilwyn, I look forward to trying it.

I've just finished slaying the vampire in The Curse of Rabenstein (available for virtually every computer apart from QL :x ) so hopefully I'm fully prepared :)

Cheers,
Alan


Finding Evan - a text adventure with graphics for SMSQ/E & QDOS
Otis Travels In Space - QDOS only... Find them here!
User avatar
RalfR
QL Wafer Drive
Posts: 1264
Joined: Fri Jun 15, 2018 8:58 pm

Re: Dracula Horror Text Adventure

Post by RalfR »

dilwyn wrote: Wed Sep 10, 2025 5:59 pm Just add some creepy, spooky music Ralf...
:mrgreen: Thats a good idea!

I have an LP of the german series "Aktenzeichen XY ungelöst" (similar to "Crimewatch UK"), with the suspense music of the film cases. That's a nice scare :D .


7000 4E75
User avatar
Cristian
QL Wafer Drive
Posts: 1027
Joined: Mon Feb 16, 2015 1:40 pm
Location: Veneto

Re: Dracula Horror Text Adventure

Post by Cristian »

Great job Dilwyn.
So, just between us, we could call this port "DraQLa" ;)


User avatar
dilwyn
Mr QL
Posts: 3181
Joined: Wed Dec 01, 2010 10:39 pm

Re: Dracula Horror Text Adventure

Post by dilwyn »

Cristian wrote: Fri Sep 12, 2025 7:31 pm Great job Dilwyn.
So, just between us, we could call this port "DraQLa" ;)
Drat, I didn't think of that :D


User avatar
dilwyn
Mr QL
Posts: 3181
Joined: Wed Dec 01, 2010 10:39 pm

Re: Dracula Horror Text Adventure

Post by dilwyn »

Small update to this program to fix a couple of issues reported by Marcos Cruz.

1. Removed the "Please type in CAPITALS ONLY" message (not needed).

2. Corrected the FootPRINT #0 and FingerPRINT #0 errors in the text displayed.

Looks like Marcos, err, really got his teeth into this game...


User avatar
programandala.net
Bent Pin Expansion Port
Posts: 75
Joined: Mon Dec 13, 2010 12:41 pm
Location: Spain
Contact:

Re: Dracula Horror Text Adventure

Post by programandala.net »

dilwyn wrote: Fri Sep 12, 2025 11:44 pm Looks like Marcos, err, really got his teeth into this game...
Yes... Well, I examined the code in order to estimate its possible conversion to other programming and human languages, as an exercise, because the game is nice and simple (no surprise, been written by a teenager in 1984). Your conversion structured the code as far as possible without having to rewrite it completely in order to remove the last trace of spaguetti... Such old unstructured and undocumented programs, full of jumps and single-letter variables, usually are difficult to understand. I'll let you know if I find any other issue.


Marcos Cruz (programandala.net)
Post Reply