Search found 14 matches

by Coggie
Fri Oct 13, 2017 6:40 pm
Forum: ZX BASIC
Topic: ZX81 SNAKE GAME
Replies: 16
Views: 10595

Re: ZX81 SNAKE GAME

I have now change All variables to single letter.,,

Coggie :)
by Coggie
Fri Oct 13, 2017 5:14 pm
Forum: ZX BASIC
Topic: ZX81 SNAKE GAME
Replies: 16
Views: 10595

Re: ZX81 SNAKE GAME

OK siggi & Xav...I have made the modifications... Also Xav...I had to change IF K>0 THEN..... to IF K>36 THEN.... Because CODE INKEY$ sometimes returns 33,34,35,36 (keys 5,6,7,8) when I use Arrow Keys on my keyboard. Is this an Emulator(eightyone 1.0a) problem...or does a REAL ZX81 keyboard sometime...
by Coggie
Thu Oct 12, 2017 6:49 pm
Forum: ZX BASIC
Topic: ZX81 SNAKE GAME
Replies: 16
Views: 10595

Re: ZX81 SNAKE GAME

WOW! Thanks XavSnap...thats great stuff... Clever KeysSub's change (I should've notice a pattern when working out the Arrow Key Codes ha) and the other tweaks make the game run much smoother & faster Not only is this nice nostalgia...but the game is even Addictive!....hee. Cheerz Man :) (P.S. My Fri...
by Coggie
Thu Oct 12, 2017 12:35 pm
Forum: ZX BASIC
Topic: ZX81 SNAKE GAME
Replies: 16
Views: 10595

ZX81 SNAKE GAME

Hi Dudes.. I've been making a snake eat numbers game...haven't programmed in ZX81 BASIC before but tried back in the day on the Speccy and wasn't too great at it then either... I'm sure you experts can tell me how I can make this program more efficient, using different methods maybe...I knew before ...