The Rise of Computer Games, Part I: Adventure
technicshistory.com
The Rise of Computer Games, Part I: Adventure
1–10 of 78 posts
Re: The Rise of Computer Games, Part I: Adventure
#2This was peak 1986. A few years later and we’d be jumping a little pixel plumber on cathode ray tubes.
Can’t wait for the next part…
Re: The Rise of Computer Games, Part I: Adventure
#3Re: The Rise of Computer Games, Part I: Adventure
#4Re: The Rise of Computer Games, Part I: Adventure
#5One of my dream games is a truly open world text adventure. I got a glimpse of it by having ChatGPT run this game, but it started hallucinating and misremembering after a few rounds. It has to be perfect to avoid breaking the immersion, but I'd pay $100 for such a game even without graphics.
It lost track of things almost immediately. But the foundation was there.
Maybe if we had a MUD-tuned model...
If it has an approximate way to track state, and a "pre-caching" method where it can internally generate an entire town all at once, room by room, so hallucinations are rarer... actually starts to sound like a traditional DM's method of world building for a campaign.
Maybe something like an LLM-assisted Inform (interactive fiction engine). https://ganelson.github.io/inform-website/
Side note: been playing Aesir, then the Aesir 2 MUD since 1994. It's still up!
Re: The Rise of Computer Games, Part I: Adventure
#6Re: The Rise of Computer Games, Part I: Adventure
#7One of my dream games is a truly open world text adventure. I got a glimpse of it by having ChatGPT run this game, but it started hallucinating and misremembering after a few rounds. It has to be perfect to avoid breaking the immersion, but I'd pay $100 for such a game even without graphics.
Re: The Rise of Computer Games, Part I: Adventure
#8https://en.wikipedia.org/wiki/The_Hitchhiker%27s_Guide_to_th...
Re: The Rise of Computer Games, Part I: Adventure
#9One of my dream games is a truly open world text adventure. I got a glimpse of it by having ChatGPT run this game, but it started hallucinating and misremembering after a few rounds. It has to be perfect to avoid breaking the immersion, but I'd pay $100 for such a game even without graphics.
I think the challenge of trying to make an "endless" game using an LLM is the same challenge that all procgen games face - they are boring for people who are seeking a well-paced narrative. There are players who enjoy the mechanics of looting/crafting/trading/etc who will gladly play games where the story is incidental or emergent, but if you're specifically looking for something with a bit more narrative depth, I'm not sure procgen will ever work. Even if there is a system that tries to project coherent storylines onto the generated world, you still need the player to do things that fit into a storyline (and not break the world in such a way that it undermines the storyline!), otherwise the pacing will be off. But if the system forces the player into a storyline, then it breaks the illusion that the world was ever truly open. So you can't have it both ways - either there is a narrative arc that the player submits to, or the player is building their own narrative inside a sandbox.
AAA games try to have it both ways, of course, but it's always pretty clear when you are walking through procgen locations and leafing through stacks of irrelevant lore vs when you are playing a bespoke storyline mission that meaningfully progresses the state of the world.