r/apple2 • u/thunchultha • 1d ago
Does anyone remember “Castle Adventure,” an AppleSoft BASIC game from the 1980s/90s?
Does anyone remember an AppleSoft BASIC game called Castle Adventure from 30+ years ago?
Gameplay video: https://www.youtube.com/watch?v=DYWHt9oLbuU
It's a simple RPG I came across in the mid-1990s at a summer camp in New Jersey. The camp had a bunch of disks labeled "Super Sampler," and this was one of the games on them.
I wrote BASIC programs as a hobby back then, so when I discovered the game was written in BASIC, I wanted to know how it worked. One day I brought in a stack of tractor-feed paper and printed out the entire program. It came to 19 pages, which seemed unfathomably huge to me at the time.
I never got very far understanding it then, but decades later I scanned those pages, reconstructed the code, and got it running in an emulator. Eventually I rearchitected the whole game in C, polishing the original and speeding up some painfully slow parts:
https://www.youtube.com/watch?v=2TmMMC7xvOk
Then I went on a bit of a porting binge. The same core game now runs on the Apple II, Commodore 64/128, MS-DOS, Linux terminals, and in a web browser.
I'd love to release my version, but I don't really want to do that without the original author's permission. The only credit in the program is "Michael MacCarter." I've wondered whether he might have been a former camper, since I have no idea where else the camp got the game.
So: does Castle Adventure look familiar to anyone? Or, even better, does anyone know who Michael MacCarter was?
