1984 Apple II game
My first published game, it was printed in inCider magazine in June 1984.
It's in lo-res so it's no awesome feat of coding. But the program listing is on one page and shows a nice blend of AppleSoft BASIC and machine language for a small type-in size.
My favorite part? The little screams, of course!
Here's the entire tiny game. The first half is in BASIC, the second half is in 6502 machine language and is really the actual game code. Back then, you could only make fast games if they were in assembler/machine language. With Scout Search, I discovered that the secret to getting my games published was to have a bit of BASIC and a bit of 6502 assembler - a nice mix that actually made the code smaller because all the text printing and mundane code was kept short in BASIC and the exciting, fun game code was in 6502.
Here's the entire tiny game. The first half is in BASIC, the second half is in 6502 machine language and is really the actual game code. Back then, you could only make fast games if they were in assembler/machine language. With Scout Search, I discovered that the secret to getting my games published was to have a bit of BASIC and a bit of 6502 assembler - a nice mix that actually made the code smaller because all the text printing and mundane code was kept short in BASIC and the exciting, fun game code was in 6502.
Original size: 1527px x 2132px |
Current: 322px x 450px |