8K Adventure ported to the ZX-81?

Any discussions related to the creation of new hardware or software for the ZX80 or ZX81
User avatar
gus
Posts: 177
Joined: Fri May 16, 2008 10:18 pm
Location: Buenos Aires. Argentina
Contact:

Re: 8K Adventure ported to the ZX-81?

Post by gus »

Hi to all !!!

I just finished the port.
I need to do a lot of changes in order to adapt it to the zx81 BASIC. Then I debug it doing a lot of visual comparations between the 2 versions and now I think it's a good, I mean bugs free, version :)
Maybe the best way to test it is to start playing right now :)
Attached is the P file
What about a small challenge to see ho is the first member to finish it ????
Gus
Attachments
adv8k.zip
ADV8K ZX81 Version
(5.84 KiB) Downloaded 206 times
sirmorris
Posts: 2811
Joined: Thu May 08, 2008 5:45 pm

Re: 8K Adventure ported to the ZX-81?

Post by sirmorris »

Finished!


Heh - not really ;)
User avatar
gus
Posts: 177
Joined: Fri May 16, 2008 10:18 pm
Location: Buenos Aires. Argentina
Contact:

Re: 8K Adventure ported to the ZX-81?

Post by gus »

Well of course not count if you do any source code browsing :twisted:
And If you do plan to make a map don't look at the source code, make it "walking" on the adventure :)
Gus
Paul Panks
Posts: 62
Joined: Sun May 25, 2008 7:23 pm

Re: 8K Adventure ported to the ZX-81?

Post by Paul Panks »

Great job Gus! Thanks so much for helping! :)

The port looks good. I put it up on my page here:

http://www.geocities.com/dunric/adv28k.zip

Thanks again!

Paul
Paul Panks
Posts: 62
Joined: Sun May 25, 2008 7:23 pm

Re: 8K Adventure ported to the ZX-81?

Post by Paul Panks »

Hey gus,

I noticed that the program crashes if I type "use bed". What could cause this?

Also, the text sometimes overwrites text beneath it on the same line (e.g. It doesn't clear a line for output to the screen, which it should do with an extra PRINT statement).

Could you possibly fix these errors? (see below)

Also, don't forget to add this code:

Code: Select all

90 NEXT X: IF N=0 AND V<>4 AND V<>7 AND V<>8 AND V>9 AND V<17 OR N>20 THEN PRINT "CAN'T DO THAT": GO TO 80
91 IF N=0 AND v<>7 THEN PRINT"HOW?":GO TO 80
Especially line 91.


Thanks! :)

Paul

Image
User avatar
gus
Posts: 177
Joined: Fri May 16, 2008 10:18 pm
Location: Buenos Aires. Argentina
Contact:

Re: 8K Adventure ported to the ZX-81?

Post by gus »

Hi Paul,
Thanks to you for share your game and let me work on the ZX81 version ;)
I will work arround this problems tomorrow, and if you agree I will send you a fixed version, you test it and then publish it on your site, so all the membes can find the latest version in just one place.
Be well,
Gus
P.S. Note to all adventurers, a fixed version is comming soon, so you do not need to stop playing :mrgreen: :mrgreen: :mrgreen:
Paul Panks
Posts: 62
Joined: Sun May 25, 2008 7:23 pm

Re: 8K Adventure ported to the ZX-81?

Post by Paul Panks »

Hey gus,

Thanks for the reply. :) Yes, I would like to test the fixed version tomorrow. I have a ZX-81 emulator so I should be able to load it up and test it right away. Once it looks good, I'll place it up on my website after tomorrow. Thanks for the help. :) Make sure to post the file here, so I can download it (sending it to my email doesn't always work).

Thanks again. :)

Paul
Paul Panks
Posts: 62
Joined: Sun May 25, 2008 7:23 pm

Re: 8K Adventure ported to the ZX-81?

Post by Paul Panks »

sirmorris wrote:Finished!


Heh - not really ;)
That was a quick game. :)

Paul
User avatar
XavSnap
Posts: 1941
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: 8K Adventure ported to the ZX-81?

Post by XavSnap »

(???)
ANDRE*** is coding his own ZX81 release !!!
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
Paul Panks
Posts: 62
Joined: Sun May 25, 2008 7:23 pm

Re: 8K Adventure ported to the ZX-81?

Post by Paul Panks »

I thought Andre*** abandoned it due to an out of memory error?

Paul
Post Reply