The rankings are based on criteria like how far the game lets you go after making a get-stuck choice before you realize you're stuck, and whether that realization comes with clear information about what the wrong choice was.
I remember using a single save game and soft locking myself in Space Quest 2 by not getting the glowing gem, and in Space Quest 1 I think by not picking up the shard of broken glass, and being so pissed off about having to replay.
The LSL dip and sunscreen issues you fixed were particularly egregious, by that point I feel like they should have fixed things.
While Sierra should absolutely be recognized for spawning an entire genre of games that were legitimately fun, it is crazy that they were fine with shipping games with these broken states, when it was eminently preventable.
https://tvtropes.org/pmwiki/pmwiki.php/UnwinnableByDesign/Si...
https://tvtropes.org/pmwiki/pmwiki.php/UnintentionallyUnwinn...
Without spoiling anything, are you accounting for stuff like a player saving in the Minotaur's Labyrinth without a... shall we say crucial item necessary for a trap scene?
I guess that's not enough of a dead end to block progress.
Maybe it'd be enough just to know what happens in the castle if Prince Alexander had befriended him. Otherwise I guess I'll carry that unresolved thread around with me for another ~25 years.
Edit: went looking for spoilers and yeah, alternate ending which admittedly sounds better than the one I got
https://www.kensblog.com/update-on-our-journey-through-the-n...
It's been 40 years. I vote wkfauna for President.
This is one of those so obvious it's brilliant ideas and a lot of people are going to be grateful. Thank you.
I am exploring decompilation - MAME ROM to idiomatic JavaScript. It's going pretty well - the LLM does a good job translating from one language (machine) to another (JavaScript) which I guess is how the LLMs got their start.
Does your input have symbols to assist understanding, or do the LLMs have to work it out for themselves?
Warning: self-promotion: https://github.com/qarl/arcade-js
This is some true quality of life improvement when playing these games and have to make dinner.
Read the whole ReadMe to understand how you pulled this off.
Halfway through, I shiver, wait a minute I recognize this writing style…
I would have so preferred to remain impressed and excited by what a fellow human came up with - sometimes I really hate what AI is taking from us
I was somewhat astonished when mid/late 2000's I was watching a friend play a game (on a console I think) where if you missed a jump over a bottomless pit, instead of you going back to your last save or check point, your character was right back to just before the jump and you could try again instantly.
One of my very favourite games of all time is Star Control II and I was thrilled when Jimmy Maher did a review of it [0] (and then felt a bit upset that he essentially said he felt it was overrated). One of his criticisms which I felt was very fair was that the game had a hard in-game time limit, and although the warning signs are obvious in retrospect, until you actually hit it you don't realize it's there, meaning that your fate could have been sealed hours and hours before the actual time limit because there was not enough remaining time to travel to the places needed to win and you were actually walking-dead for that period. However, I suppose it makes the next play through easier as you'll know more of what to do.
So I'm building the Lucasartsifier: a static analysis tool that decompiles Sierra resource files, automatically finds those states, automatically generates code to prevent the player from getting into those states, then emits loose patch files that can be placed alongside the original game resources. There's no game-specific code involved; all the logic is generic, though of course Sierra introduces new idioms and mechanics in every game so every new supported game needs a bunch of engine work.
So for example in Leisure Suit Larry 2, the patched game prevents you from boarding the cruise ship until you have both the sunscreen and the Grotesque Gulp. Without them you die on the raft 3 play-hours later.
So far this works on Leisure Suit Larry 2 (SCI0), King's Quest 4 (SCI0), King's Quest 6 (SCI1.1), and Laura Bow 2 (SCI1.1). I'm currently working on King's Quest 5 (SCI1.0).
This is work done with Claude -- I do the design and playtesting and it does the rest :D
Any feedback, play testing, and suggestions would be great!