New ZX81 Games

General games-related topics
User avatar
siggi
Posts: 990
Joined: Thu May 08, 2008 9:30 am
Location: Wetterau, Germany
Contact:

Re: New ZX81 Games

Post by siggi »

The rom could be found there: https://www.sinclairzxworld.com/viewtop ... 962#p31962

But I testet GOL-bugfree in EO, using the ZX81x2 rom. And it worked :o

The problems seems to be my USB driver environment, I use to load the program.
The USB driver updates some sysvars, to return information (the size of the loaded program and an error-code) to BASIC/the program, calling the driver. That is no problem for "normal" BASIC-programs, but probably destroys your very special "Basic" program ...

Sorry for that
Siggi
My ZX81 web-server: online since 2007, running since dec. 2020 using ZeddyNet hardware
http://zx81.ddns.net/ZxTeaM
dr beep
Posts: 2080
Joined: Thu Jun 16, 2011 8:35 am
Location: Boxmeer

Re: New ZX81 Games

Post by dr beep »

Siggi,

I have room enough to bypass all sysvar during loading so I will make a version with normal sysvar for you.

Mostly I need every byte but here I need a large screen so I have all room for some code I normally place over sysvar.
dr beep
Posts: 2080
Joined: Thu Jun 16, 2011 8:35 am
Location: Boxmeer

Re: New ZX81 Games

Post by dr beep »

siggi wrote: Tue Nov 07, 2023 2:27 pm The rom could be found there: https://www.sinclairzxworld.com/viewtop ... 962#p31962

But I testet GOL-bugfree in EO, using the ZX81x2 rom. And it worked :o

The problems seems to be my USB driver environment, I use to load the program.
The USB driver updates some sysvars, to return information (the size of the loaded program and an error-code) to BASIC/the program, calling the driver. That is no problem for "normal" BASIC-programs, but probably destroys your very special "Basic" program ...

Sorry for that
Siggi
This version has all startup code outside sysvar.
Your driver may access sysvar but not anymore after loading
GOL-cls-nosys.p
(351 Bytes) Downloaded 408 times
User avatar
siggi
Posts: 990
Joined: Thu May 08, 2008 9:30 am
Location: Wetterau, Germany
Contact:

Re: New ZX81 Games

Post by siggi »

Works as expected. :mrgreen:
Thanks a lot
Siggi

PS: Meanwhile I think, that the USB-driver interface (using sysvars SEED and COORDS for return values), which has been designed for usage by BASIC-programs and was later enhanced for usage also by m/c programs, should get a new m/c interface (using registers instead of sysvars) .....
My ZX81 web-server: online since 2007, running since dec. 2020 using ZeddyNet hardware
http://zx81.ddns.net/ZxTeaM
Jonathan
Posts: 4
Joined: Wed Apr 27, 2022 8:04 pm
Location: Nottingham
Contact:

Re: New ZX81 Games

Post by Jonathan »

Name of Software: Fun Park ZX81

Author: Jonathan Cauldwell (code and font), Jarrod Bentley (graphics)

Release Date: 18/11/2023

Requirements (eg. 1K, 16K, AY Card, Hi-Res Scheme): 16K, Chroma interface

Description: Rewrite of Fun Park for the 16K Chroma-enabled ZX81

Screenshots:
Image

Image

Download link (if available for download): https://jonathan-cauldwell.itch.io/fun-park-zx81

Commercial / Public Domain / Freeware / Other - please specify? Commercial
rune
Posts: 174
Joined: Thu Sep 04, 2014 8:35 am

Re: New ZX81 Games

Post by rune »

It runs on my EO (v1.39) with 1K or 16K ram configured and standard ROM
briansm
Posts: 1
Joined: Tue Feb 06, 2024 5:20 pm

Re: New ZX81 Games

Post by briansm »

It's been over 40 years since I last wrote a game for the ZX81 and I was feeling nostalgic....
so here's my attempt at a simplified version of '3D Death Chase' for the ZX81.
It's just a few hours of work and getting back to the Z80 instruction set and the modern assembly devtools available now

but it was mostly an itch that needed scratching for me, and a bit of weekend retro fun.
Attachments
3d_forest_race.P
(7.59 KiB) Downloaded 117 times
3d_forest_race.c
(17.32 KiB) Downloaded 85 times
dr beep
Posts: 2080
Joined: Thu Jun 16, 2011 8:35 am
Location: Boxmeer

New 1K Games : K-MAN (free edition)

Post by dr beep »

Name of Software: K-MAN
Author: Johan "Dr Beep" Koelman
Release Date: 11/02/2024
Requirements (eg. 1K, 16K, AY Card, Hi-Res Scheme): 1K lowres
Commercial / Public Domain / Free ware / Other - please specify? Freeware

Description:
1K pacman
K-man.png
Downloadlink:
K-man-munch.p
(935 Bytes) Downloaded 145 times

Source:
K-man-munch.asm
(16.38 KiB) Downloaded 101 times

Manual:
After loading define your controls.
When the STAR appears press Newline to start a game, also restart new game
Ghost eating is 100, 200, 400 and 800 points per powerpill
dr beep
Posts: 2080
Joined: Thu Jun 16, 2011 8:35 am
Location: Boxmeer

New 1K Game : DALEKS (256 bytes)

Post by dr beep »

Name of Software: DALEKS
Author: Johan "Dr Beep" Koelman
Release Date: 17/02/2024
Requirements (eg. 1K, 16K, AY Card, Hi-Res Scheme): 1K lowres
Commercial / Public Domain / Free ware / Other - please specify? Freeware

Description:
A game were you must dodge daleks.
Daleks.png
Downloadlink:
Dalek003.p
(256 Bytes) Downloaded 85 times
Source:
Dalek003.asm
(4.15 KiB) Downloaded 58 times
Manual:
DALEKS

I got a joke about an ASCII-sign on the internet and thought I
could make a CSSCGC-entry from it. On the ZX81 that sign is not available
but I noticed the ressemblence of a Dalek in the pound-sign.

I did not join this month LOVEBYTE.PARTY but thought of a 256 bytes
game (sysvar and screen included) on tape for a ZX81.
I was thinking of a spacetravelgame but as a sidewayscroller.

You play Dr Who, nicely indicated with a questionmark and you must dodge
incoming daleks. Easier said than done. The game is a bit delayed but still
ridiculously fast.

After loading the game will start immediately. This is needed
or else registers will have wrong startingvalues.

Controls are QWERT for up and ASDFG for down.
HJKL Newline to start

The size of the code is displayed in the hiscore.
dr beep
Posts: 2080
Joined: Thu Jun 16, 2011 8:35 am
Location: Boxmeer

Re: New 1K Games : K-MAN (free edition)

Post by dr beep »

Name of Software: K-MAN
Author: Johan "Dr Beep" Koelman
Release Date: 06/03/2024
Requirements (eg. 1K, 16K, AY Card, Hi-Res Scheme): 1K lowres
Commercial / Public Domain / Free ware / Other - please specify? Freeware

Description:
1K pacman NOW WITH BONUS LIVE EACH 10.000 points


Downloadlink:
K-man-bonus.p
(941 Bytes) Downloaded 31 times
Source:
K-man-bonus.asm
(17.32 KiB) Downloaded 22 times
Manual:
After loading define your controls.
When the STAR appears press Newline to start a game, also restart new game
Ghost eating is 100, 200, 400 and 800 points per powerpill
Each 10.000 points 1 extra live.
Ghosts are a bit slower in 1st level
[/quote]
Post Reply