Why no Hunchback?

General games-related topics
User avatar
XavSnap
Posts: 1941
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Why no Hunchback?

Post by XavSnap »

1152 PRINT AT A+1,B;
should be
A1152 PRINT AT A+1,B-1;

1154 IF PEEK (PEEK 16398+256*PEEK 16399)=0 THEN GOTO 5000
Take the next printable screen character after the pointed location (B+1).

The peeked up character routine is in ASM, in this P file...
HUNCH-BACK.P
(7.09 KiB) Downloaded 93 times
updated: levels 4>9 too easy! + code speed increase+level 6 ok)
Last edited by XavSnap on Wed Aug 16, 2023 7:38 pm, edited 1 time in total.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
XavSnap
Posts: 1941
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Why no Hunchback?

Post by XavSnap »

HI,

Good job !

Can you give a link to the Esmerelda's listing?
I'm not sure I understand the purpose of this game.

:lol:
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
JohnsBargs
Posts: 169
Joined: Fri Oct 19, 2018 2:22 am

Re: Why no Hunchback?

Post by JohnsBargs »

XavSnap wrote: Wed Aug 16, 2023 7:55 am HI,

Good job !

Can you give a link to the Esmerelda's listing?
I'm not sure I understand the purpose of this game.

:lol:
https://www.sinclairzxworld.com/viewtop ... 138#p52138
JohnsBargs
Posts: 169
Joined: Fri Oct 19, 2018 2:22 am

Re: Why no Hunchback?

Post by JohnsBargs »

XavSnap wrote: Wed Aug 16, 2023 12:20 am
updated: levels 4>9 too easy! + code speed increase)
Ooh, that's better :) I still want to try to get MCoder working to pep up the main game loop, though. It's actually a decent game at high speed.

Level 6 looks weird. It's defined twice in the code.

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

Re: Why no Hunchback?

Post by XavSnap »

updated: levels 4>9 too easy! + code speed increase+level 6 ok)
Tread updated.
Can you give a link to the Esmerelda's listing?
In the Sinclair User Magazine issue ?
The picture is to foggy to check the main routine. :oops:
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
Moggy
Posts: 3267
Joined: Wed Jun 18, 2008 2:00 pm

Re: Why no Hunchback?

Post by Moggy »

It's in Sinclair Programs not Sinclair User and the PDF ( page 22) can be found here...

https://ia903101.us.archive.org/11/item ... -Jun85.pdf
User avatar
XavSnap
Posts: 1941
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Why no Hunchback?

Post by XavSnap »

Thanks Moggy.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
XavSnap
Posts: 1941
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Why no Hunchback?

Post by XavSnap »

"Esmerelda" (R2 redo 08/2023)
Have Fun...
Attachments
Esmerelda.p
(4.48 KiB) Downloaded 81 times
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
User avatar
XavSnap
Posts: 1941
Joined: Sat May 10, 2008 4:23 pm
Location: 'Zx81 France' Fb group.

Re: Why no Hunchback?

Post by XavSnap »

"Esmerelda" (R2.1 redo 08/2023)
Have Fun...
Cap0006.jpg
Cap0006.jpg (7.2 KiB) Viewed 3604 times
Attachments
Esmerelda.p
(5.65 KiB) Downloaded 80 times
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
Moggy
Posts: 3267
Joined: Wed Jun 18, 2008 2:00 pm

Re: Why no Hunchback?

Post by Moggy »

Why no Hunchback?

This is why! :lol:

I have officially lost the will to live.
Post Reply