Iron ChIF: Season One Episode 3 (FLACRabbit vs. dee_cooke, using Adventuron)

Many thanks for the write-up (which was perfectly relayed by that helpful seagull)!

Adventuron’s retro inspirations are obvious, but I never realized there was such a rich history behind that specific style. It’s cool to see nuanced discussion of the system’s pros and cons and technical quirks.

Yes, this is the big thing!!

I admit I have a bit of a love/hate relationship with playing Adventuron games; I find the system player-unfriendly in many ways. But as a rare parser system that’s really built with multimedia in mind, it can also make for super cool experiences!

That’s also what makes it most appealing from my author POV, even though coding-wise I’ve been spoiled by Inform 7’s features. (And I had no idea about the BEEP function, that’s so great! :musical_notes:)

Our chefs have shown good use of graphics and sound in the past, and the challenger in particular is one of the foremost multimedia innovators in parser IF. I’m curious to see how they’ll both use this strength of Adventuron to their advantage, assuming they manage to budget enough time for it!

In my experience Adventuron themes tend to be under-advertised and under-utilized, but font and colour selection can really help with player quality of life! I’d heartily recommend budgeting a least a little bit of time to look over the selection of themes available to the player, if possible.

Customization of parser responses is something I find extremely important, so I’m very happy to see this point!

“Retro” can sometimes be synonymous with “sparse implementation” (if not outright “poor implementation”), but that definitely doesn’t have to be the case.

Both chefs have demonstrated a great understanding of response-crafting in past games—I recall Turn Right (the first Adventuron game I ever played) having very fitting replies to lots of possible actions, and A Smörgåsbord of Pain often delighted me with flavourful responses—so I’m super excited to find out how our contestants will each customize their parsers!

Another aside: Adventuron has (in my opinion) possibly the worst default message for trying to examine an unrecognized noun: You notice nothing special.
Here’s just one way in which that can cause problems:

You are on your front lawn. A blackbird hops around, pecking at the grass.

> EXAMINE BIRD

You notice nothing special.

The blackbird actually has a lovely description full of important clues… but players might never find that description if they first tried an unimplemented synonym like BIRD, or had an unnoticed typo like BLAKCBIRD, because the parser basically told them “nothing to see here, move along”!

On the flipside, Adventuron’s default message for unrecognized verbs is among the most clear and straightforward I’ve seen: Unknown verb - "xyzzy".
It’s arguably somewhat immersion-breaking compared to other approaches, but it has the major benefit of being almost immune to misunderstandings.

With all that said, it’s tough to fully customize a parser even with all the time in the world (never mind 5 days), so default responses can serve as a perfectly good base and safety net where appropriate!

Despite my quibbles with it, I’m very glad to see Adventuron get a turn in the spotlight.

9 Likes