Posted By
Harry Potter on 2024-10-01 07:28:15
| Re: Newbie coder needs a little bit of help
JimmyCoupe: It's probably too late for this, but I have two text adventure codes for cc65 around which one can create text adventures. They are AdvSkelVic65 and AdvSkel65. AdvSkelVic65 is for low-end computers such as the Vic20 and unexpanded C16, while AdvSkel65 is designed for 64k and 128k 8-bit computers and has options to use almost all of the memory on most targets. I believe they're very efficient, as I use my CBMSimpleIO library, my memory extensions, my Cubbyhole optimization technique, lots of inline assembler and a lot of other optimizations. They are at https://sourceforge.net/projects/cc65extra/files/game/. If you want more information without downloading, they're on this website under Tools\Programming. BTW, they support text compression via PrintTok1, but it requires manual compression and only compresses tokens.
|