Another 1K wonder lol

Anything Sinclair ZX Basic related; history, development, tips - differences between BASIC on the ZX80 and ZX81
Post Reply
poglad
Posts: 133
Joined: Mon Mar 24, 2014 3:11 pm
Location: Aberdeen, Scotland

Another 1K wonder lol

Post by poglad »

In the tradition of Shaun_B's 1K wonders, may I humbly offer the following! :lol:
Attachments
1k.png
1k.png (77.91 KiB) Viewed 2309 times
Shaun_B
Posts: 474
Joined: Wed Apr 22, 2009 10:22 am

Re: Another 1K wonder lol

Post by Shaun_B »

Thanks, I didn't test my code on a 1K machine so I wasn't sure, but it probably will work now there have been corrections to the listing.

Regards,

Shaun.
Shaun_B
Posts: 474
Joined: Wed Apr 22, 2009 10:22 am

Re: Another 1K wonder lol

Post by Shaun_B »

I think this should be a dice program but it doesn't seem to be working for me :-| hmmm

Anyway, I'm not keen on the pause thing with the ZX81 due to the screen flicker, so you could remove line 190 and change the program as follows:

Code: Select all

180 GOTO 180+(INKEY$<>"")
181 GOTO 150
EDIT: Spotted my mistake - what a dope I am (and I don't mean in a good way!)

Regards,

Shaun.
Post Reply