Search found 375 matches

by Crayon21
Fri Aug 09, 2024 4:43 am
Forum: Development
Topic: DLC 2k
Replies: 0
Views: 2977

DLC 2k

This game is not a text adventure, it is a dark parody of the very matter of gaming itself. DLC is rampant, can you escape?

crammed it into 2k, wanted to do 1k but i ran out of room. this is my latest entry for the 2024CGC
ZX81

what do you guys think?
by Crayon21
Thu Aug 08, 2024 11:10 pm
Forum: Development
Topic: JOY81 - Programmable Joystick Interface for ZX81
Replies: 109
Views: 89327

Re: JOY81 - Programmable Joystick Interface for ZX81

kmurta wrote: Thu Aug 08, 2024 1:10 pm In EO you can associate any key on the ZX81 to the PC arrows keys, see the "Options/Keyboard" menu (or F7).
did not know that, thanks
by Crayon21
Thu Aug 08, 2024 12:51 am
Forum: Development
Topic: JOY81 - Programmable Joystick Interface for ZX81
Replies: 109
Views: 89327

Re: JOY81 - Programmable Joystick Interface for ZX81

is it possible to program an interface for the Eightyone emulator? this would make getting joystick controls so much easier. A lot faster than inkey$
by Crayon21
Wed Aug 07, 2024 6:04 am
Forum: Development
Topic: this is my attempt at 20q for the zx80
Replies: 0
Views: 2993

this is my attempt at 20q for the zx80

4k ram
no score (help please)
I want to at least make it fit within 4k for the crap game compo

can someone take a look and help me out?
by Crayon21
Fri Jun 28, 2024 10:20 pm
Forum: ZX BASIC
Topic: Disable and Enable BREAK at will.
Replies: 11
Views: 16535

Re: Disable and Enable BREAK at will.

Enable and Disable BREAK at will. One of the most annoying things about the ZX81 is that when you BASIC program is running anytime you press the SPACE key it will cause a BREAK your BASIC program. I've been working on this for awhile and I've come up with a method to be able to disable or enable th...
by Crayon21
Sat Jun 15, 2024 6:05 am
Forum: ZX BASIC
Topic: Program error confusion
Replies: 3
Views: 4068

Re: Program error confusion

after getting a right kick in the ass needed for the CGC, I have decided to do something a little different However, my program keeps getting either an error 5, 2 or B. I have no idea what is going on. I increased the ram to 32k, still had an issue. Tried CONT, still had an issue. The program WAS s...
by Crayon21
Mon Jun 10, 2024 8:37 pm
Forum: Sinclair Misc
Topic: Am I doing this correctly? (Jupiter Ace)
Replies: 3
Views: 3802

Re: Am I doing this correctly? (Jupiter Ace)

mrtinb wrote: Mon Jun 10, 2024 6:46 am In Forth, everything in parenthesis is a comment, like REM in Basic. I'm sure that is written in the book.
thanks for the help guys
by Crayon21
Mon Jun 10, 2024 4:29 am
Forum: Sinclair Misc
Topic: IF I would write a book about coding a 1K ZX81.....
Replies: 13
Views: 18061

Re: IF I would write a book about coding a 1K ZX81.....

wanted to ask about an update on the book. I think you should put in detailed type ins. Maybe some forth examples. You're very talented and it would be nice to see your process to help newbies.
by Crayon21
Mon Jun 10, 2024 3:30 am
Forum: Sinclair Misc
Topic: The "Ask Dr Beep anything" thread
Replies: 21
Views: 24394

Re: The "Ask Dr Beep anything" thread

what was the hardest game you ever made for this forum. What was your process like?
by Crayon21
Mon Jun 10, 2024 1:46 am
Forum: Sinclair Misc
Topic: Am I doing this correctly? (Jupiter Ace)
Replies: 3
Views: 3802

Am I doing this correctly? (Jupiter Ace)

I'm reading the Jupiter ace manual on redefining graphics and this segment has me stumped: https://k1.spdns.de/Vintage/Sinclair/80/Jupiter%20Ace/Manual/Jupiter%20Ace%204000%20Forth%20Programming.pdf (page 71) I define GR as stated : GR ( 8 row numbers, ASCII code ` ) <--- confused about this bit 8 *...