This seems to be my "convert me" week :)
ENJOY
Quote
WIZARD'S CASTLE GAME FROM JULY/AUGUST 1980
ISSUE OF RECREATIONAL COMPUTING MAGAZINE
WRITTEN FOR EXIDY SORCERER BY JOSEPH R. POWER
MODIFIED FOR HEATH MICROSOFT BASIC BY J.F.STETSON
MANY CYCLES AGO, IN THE KINGDOM OF N'DIC, THE GNOMIC
WIZARD ZOT FORGED HIS GREAT *ORB OF POWER*. HE SOON
VANISHED, LEAVING BEHIND HIS VAST SUBTERRANEAN CASTLE
FILLED WITH ESURIENT MONSTERS, FABULOUS TREASURES, AND
THE INCREDIBLE *ORB OF ZOT*. FROM THAT TIME HENCE, MANY
A BOLD YOUTH HAS VENTURED INTO THE WIZARD'S CASTLE. AS
OF NOW, *NONE* HAS EVER EMERGED VICTORIOUSLY! BEWARE!!
Quick'n Dirty Conversion, no fancy Title Screen ... just pure BASIC.
Great! Thanks! :)
EDIT: Pretty much fun to play it!
a "gnomic wizard" ?
just my "cup of tea" !
:P
lol. not "mokka" ?
It is actually a cool game! :) Thank you! I tried my luck and I managed to kill a few creeps before dying! :D
Hello, and thanks, but...
I'd be very interested to try this, but I guess the prog is for the CPC, and I've tried to do something with PCW and no-go.
Any chance of getting an ASC version, as opposed to the encoded BASIC, which seems to contain at least one 'direct' command.
I'll soon convert it for PCW Basic.
Geoff
Quote from: GeoffB17 on 00:08, 12 February 16
Hello, and thanks, but...
I'd be very interested to try this, but I guess the prog is for the CPC, and I've tried to do something with PCW and no-go.
Any chance of getting an ASC version, as opposed to the encoded BASIC, which seems to contain at least one 'direct' command.
I'll soon convert it for PCW Basic.
Geoff
Just use WinApe as I did with the other adv. game.
You only have to write:
save "adv.bas",a
to save the code in ascii.
Then drag & drop the file and you got it.
:)
Quote from: GeoffB17 on 00:08, 12 February 16
Hello, and thanks, but...
I'd be very interested to try this, but I guess the prog is for the CPC, and I've tried to do something with PCW and no-go.
Any chance of getting an ASC version, as opposed to the encoded BASIC, which seems to contain at least one 'direct' command.
I'll soon convert it for PCW Basic.
Geoff
Sure, the listing is attached as txt. Would be great if you can convert it !
Quote
Just use WinApe as I did with the other adv. game.
You only have to write:
Code: save "adv.bas",a
to save the code in ascii.
Then drag & drop the file and you got it.
[attach=2]
And you could load it into winape, open "ASSEMBLER", use "FILE" - "READ BASIC" and you have it in editor, can re-code it and save it as normal txt file to PC :)
Another way is to setup WinApes Printer to print into a file and then in Basic "width 255" and "list #8"
These look perfect for boring downtime at work... thanks :)