10 Basic VIC 10-Liner Games =========================== 10 Basic VIC 10-Liner Games --------------------------- BASIC! Yes Basic, that old stalwart language that most everyone with an 8-bit history has had to contend with. It's actually quite brilliant and, yes, the fact that it has the keyword GOTO makes it *better* not worse :) I haven't written Basic 10-liner games before, but now I have and here I present the fruits of my labour. I have included a listings file within the zip archive so that you can use the code in any way that you see fit. Contents -------- 1. Zombie Rush 2. Fruit Machine 3. Commodore Fish Cannery 4. Moon Machine 5. Cheesy 6. Spiceworm 7. I Rebel 8. Pollinate 9. Magic 8 Ball 10. Bad Plumber Loading ------- Disk: LOAD "*",8 then type run and press return. Tape: LOAD: then type RUN and press RETURN. Don't rewind the tape for loading and running the next game.