View Adventure Tag


Have some fun! Explore the 7 articles tagged with adventure.

Not My Best Try at Programming an Ultima Clone

ZX-Ultima, by Steven Reid, 2012

I’ve talked about ZX-Ultima before. It was first attempt at building an Ultima like game on the ZX81 using BASIC. Written in 2012, it was a pretty ambitious project for me. I really enjoyed playing Ultima III on my C64 as a teenager. I always wondered what it would look like on my ZX81. It was bad. Yet, at the same time you could see the seeds of what would come later.


How to Build a ZX81 Ultima Game Part 2: Gem Quest

Gem Quest, ZX81 screenshot, Steven Reid, 2016

After sharing Tiles, I started to dig into my previous attempts at building an adventure game. Digging through my past research, I thought about encoding the world differently. Sadly, my experiments using MCODER failed. This spurred me to try assembler again and, to my surprise, build a good start to my game. But first, a trip down memory lane and review my first attempt at building Gem Quest.


How to Build a ZX81 Ultima Game

Tiles, Creating World ZX81 screenshot, Steven Reid, 2013

In 2012 I wanted to see if I could make an Ultima style game on the ZX81. I had an ambitious plan centered on the tile based graphics. After a few months of testing, I was able to create a working prototype called Tiles. Although the game isn’t done, the idea behind it shows promise. You can move around the map using the standard ASDW movements. Other commands are placeholders for what could be. This article explores how Tiles came to be.


Vargen Crown is June’s ZX81 Program

Vargen Crown is June’s ZX81 Program

“Jealous of Vargen’s accomplishments, a rival kingdom has attacked and kidnapped your king. As head Knight, you mount a quest to return the King, hidden somewhere in the forest by his captors. But hurry! The King's ransom has a time limit. Can you find the King in time and restore the Vargen Crown?” Sounds great right? An adventure game set in a single screen. I had high hopes for Vargen Crown. Castles, keys, and puzzles, our program of the month covered the basics of adventure. Using just the ZX81 cursor keys, playing it will leave you unsatisfied and, I suspect, quite frustrated. It’s too bad as the game has a decent look to it. I chalk it up to being a young programmer, but that's not an excuse. Still interested? Let’s dig in and see what makes this game tick.


January’s Program: Star Probe

January’s Program: Star Probe

Wow, 2016 and I’m still digging programs out of my stack of print outs. Kicking off the new year, I’m grabbing a story based program. I wrote Star Probe, our program of the month, in the style of a Chose Your Own Adventure book—and yes, I actually owned most of them. Although you can only enter numbers, Star Probe is actually an example of interactive fiction. Though not as advanced as an Infocom game, Star Probe delivers an interesting, if short, story to the player. Before I spoil where I drew my inspiration, go play it. It will only take a few minutes. Just try to ignore the horrible grammar and spelling of a 14-year-old.


June’s Program: Monster Maker

June’s Program: Monster Maker

Okay I haven’t finished my remake of Joust yet, nor did I want to wait until the last week of the month to get an article out. Instead, I offer you Monster Maker as June’s monthly program. It’s pretty straight forward and anti-climatic against the power of today’s programs. Once you load it, enter in five numbers and type your monster’s name. That’s it. The program will then display a nicely formatted monster description based on your input.


Fun with Z-Code (aka Inform)

Mind the Gap

Okay, I’ve been a fan of adventure games, and specifically Infocom games, for most of my life. I have fond memories of playing great games such as “Planet Fall” and “Zork” when I was in high school on my C64. However, even before playing those games, I was playing and writing games on my ZX81 using a very simple adventure engine.