inexorabletash / jsbasic

Applesoft BASIC in JavaScript
https://calormen.com/jsbasic
Other
187 stars 39 forks source link

STARWARS.bas #50

Open Shdwdrgn opened 1 month ago

Shdwdrgn commented 1 month ago

This is the 1979 text adventure version by Donald Brown. I've been looking for it for awhile, and now that I finally found the code I thought this would be a good place to share it.

I have made some minor changes (added REM to lines 5, 6, 530, 540; plus adding 40 spaces to the string on line 220, and changed the FOR loop on 230 to 100 iterations for timing control) so that it would run in this emulator. I do still have a copy of the unmodified source if anyone wants it. sample.starwars.txt

Shdwdrgn commented 1 month ago

Sorry, I forgot one other change to the code... line 160, the POKEs and CALL have to be commented out. Here's a corrected copy of the file. sample.starwars.txt