QFrogger game

General games-related topics
User avatar
yerzmyey
Posts: 1240
Joined: Thu May 15, 2008 10:11 am
Location: Rubber Planet
Contact:

Re: QFrogger game

Post by yerzmyey »

Math123 wrote:Go on. Lets see more.
Matthias

Precisely.

Considering the 1K Frogger, now I expect 1K DOOM. :)
Actually there are still 1K machines' users.
And it's not only me. ;)
IN NIHILUM REVERTERIS - a big text-adventure game for ZX81: http://tiny.pl/g2m6m
"MONOCHROME" issue 5 - (Spring 2014) free paper/PDF magazine about ZX81: http://tiny.pl/q2m44
ZX81 COMPETITIONS 2007/2009: http://zx81.republika.pl/
User avatar
thewiz
Posts: 58
Joined: Sun Aug 16, 2009 8:36 pm
Location: Crewe

Re: QFrogger game

Post by thewiz »

Thanks Math123, every little bit helps.
Memotech rules
User avatar
Factor6
Posts: 11
Joined: Wed Nov 11, 2009 9:27 pm
Location: Czech Republic

Re: QFrogger game

Post by Factor6 »

Superb game! Seriously, I think playable Doom won't fit into 1K, but something like 3D Monster Maze could.. In very very low-res.

F6
**
Sinclair ZX81/video out/ZX 16K RAM/LCD LG M1721A
Malcohol
Posts: 15
Joined: Fri Dec 04, 2009 10:00 am

Re: QFrogger game

Post by Malcohol »

Firstly, great game and impressive coding!

BTW, if anyone tries dropping those bytes from the basic program, you need to adjust the target address. Thus, you should replace the 30 by 26, giving:

Code: Select all

AUTO    .DW 0                                   ; Line number (MSB)
        .DW USREND - USRBEG                     ; Line length
USRBEG  .DB $f5, $d4,                           ; PRINT USR
        .DB $1c                                 
        .db 126, 143, 1, 26, 0, 0               ; Always 16523
        .DB $76                                 ; EOL
USREND
This link describes how numbers are stored in basic programs:
http://www.users.waitrose.com/~thunor/m ... ter17.html

Malcolm
patters
Posts: 122
Joined: Thu Mar 11, 2021 12:34 pm

Re: QFrogger game

Post by patters »

I hope it's ok to re-upload this game because the links in the first post are all dead. It was found after I put the word out over at Spectrum Computing. For completeness, if anyone has the RAR archive containing the source code please do upload as well. Anyone know how attached files can just vanish from the forum?
Attachments
QFrogger.7z
(54.38 KiB) Downloaded 167 times
QFrogger1K.p
(941 Bytes) Downloaded 243 times
Last edited by patters on Tue Mar 30, 2021 12:07 pm, edited 1 time in total.
patters
Posts: 122
Joined: Thu Mar 11, 2021 12:34 pm

Re: QFrogger game

Post by patters »

thewiz has contacted me to provide the source code. Apparently he had a problem with being IP-listed as a spammer, so he couldn't upload himself. I've added it to the post above with the binary.
Post Reply