The IGF (Independent Games Festival) aims to encourage innovation in game development and to recognize independent game developers advancing the medium. This year, Game Developer sat down with the finalists for the IGF’s Nuovo and Grand Prize nominees ahead of GDC to explore the themes, design decisions, and tools behind each entry. Game Developer and GDC are sibling organizations under Informa.
Caves of Qud, one of the nominees for the Seumas McNally Grand Prize at this year’s IGF, offers players the ability to explore, meet characters, and do just about anything in its vast, deep simulation of its sci-fi world. Filled with thousands of years of lore and culture that have been written and built alongside systems designed to inspire player creativity, this years-in-the-making game offers a great deal to discover depending on how you choose to explore it.
Game Developer had a chat with Jason Grinblat and Brian Bucklew, the game’s co-creators, to talk about the challenges involved in creating so many opportunities for player creativity in the game, how they managed to create the game’s written descriptions when the player is capable of acting in so many different ways, and the challenges that come from making a game for almost twenty years.
Related:UC Santa Cruz professor roleplays gig economy, publisher negotiation, and layoffs with game design students
Who are you, and what was your role in developing Caves of Qud?
Jason Grinblat, co-creator: I’m Jason Grinblat and I also have Brian Bucklew here. We’re the co-creators of Caves of Qud. Originally it was just the two of us working on the game, but since our Steam EA launch in 2015 the team has grown considerably.
Broadly speaking, I head up the creative/design side and Brian heads the technical side, but it’s a much more mixed bag than that, in reality. Each of us does a lot.
What's your background in making games?
Grinblat: We came up as hobbyists and we still sort of are. We grew up together playing and making games. Caves of Qud is actually the first one we put out to the public (as an early alpha back in 2010) Come from Soccer 13 pools and matches . We took a break from Qud development to make Sproggiwood (release date 2014), and we’ve done some AAA consulting work. But most of our serious time in games, actually, has been spent making Qud.
How did you come up with the concept for Caves of Qud?
Grinblat: It was the confluence of several things. Around 2007, we were making a tabletop roleplaying game with an expansive, far-future science fantasy setting. We were also toying around with the design for a turn-limited exploration-based webgame. We were ALSO developing a roguelike engine. At some point these projects merged and became the genesis of Caves of Qud.
Related:Achieving ‘creative sobriety’ in game design
What development tools were used to build your game?
Brian Bucklew, co-creator: Caves of Qud was originally a raw C# .NET 2.0 application. For the Steam release we ported that codebase into Unity. We started on Unity version 4, and 1.0 was released last December on Unity 2022.3. The team devs use either Visual Studio or Visual Studio Code and also Linear, Confluence, Git, and Bitbucket for collaboration and planning.
Caves of Qud gives players the means to do just about anything they want in the game's world, capturing the chaotic freedom of a tabletop roleplaying game. What thoughts and challenges go into accounting for (and allowing) so many different possibilities of player interaction with every object, surface, and character?
Grinblat: It’s a big technical and design challenge. For both those domains, we tend to think in terms of modularity—how can we break components down so they can be freely combined in expressive ways. And then we try to make sure each module has a personality. For instance, the concept of door carries a lot of weight with it, and so you get to import and play with that whole network of cultural associations when you, say, cast that door as a sentient creature and allow it to be talked to, traded with, played as.
Related:‘Consume Me’ Wins Grand Prize, Nuovo Award at the 2025 IGF Awards
The game is filled with excellent writing to cover its many varied moments and events. How do you create well-crafted writing when there are so many different possible actions and activities? When so many different things can all feed into a single moment? How do you account for the varied possibilities while still preserving the great writing?
Grinblat: Again, I’d say our process is twofold. On the one hand, we do a lot of "traditional" writing a la RPGs or interaction fiction like handwritten NPCs, dialogue, quests, object descriptions, etc. This forms a kind of trellis for the more procedural stuff to grow on. Procedural content always needs something stable to be read against or else it doesn’t cohere into something meaningful.
In writing for the procedural modules themselves, we try to leave enough degrees of freedom so that the gestalts feel good when the modules are combined. For example, in writing creature descriptions, I shy away from depicting what they're wearing or where they’re located, since those things are subject to change in the free-for-all of play. I want something that is resonant but movable between contexts.
Finally, we’ve developed a rich, offbeat science fantasy setting that acts as a soft landing for all the wild combinations that show up. For a game world that wants meaningful replayability, a good setting is like a wet sponge. It gives with another squeeze; there’s something in its network of symbols that benefits or enriches from thinking through at another angle. This is the type of setting Qud grew into.
The game features many wild things players can do or experience, and you walked us through how you come up with these ideas in a previous interview with Game Developer. Can you tell us of a personal favorite mechanic/ability/action and walk us through how you designed and implemented it into the game?
Grinblat: Some spoilers here. By late game, for inscrutable plot reasons, you’re tasked with creating a golem. To do it you have to bring together an assemblage of bizarrely thematized components: the body ("as a model"), the catalyst ("to charge the sanguine fluid"), the atzmus ("as deistic direction"), etc. This is a craft project that pulls together several systems and facets of the game world you’ve been inhabiting for hours and hours at this point.
Just like character creation, it was important for this to feel expressive—to provide a broad palette that didn’t feel prescriptive that acts like a raw physics for you to build on top of. Over our years and years of development, we’ve amassed a trove of rich, authored data on our game objects—creatures, furniture, items, fluids, body parts, journal entries. There are several thousand game-things each with a distinct personality. We realized we could attach thematically-aligned effects to each of those and feed them into a giant crafting metasystem that felt commensurate with the scale of the quest and the real-world symbology it’s drawing from. The result: players ferreting out all sorts of wild designs for making the weirdest and niche-est golems possible. One player went on a personal quest to discover a way to give his companion (a tree) wings so they could ferry them to the mound of scrap and clay where crafting happens and create a tree golem. The game allowed it.
Caves of Qud was in development for seventeen years. What challenges came from working with decades-old code and systems you had previously created? How do you ensure the game's old code plays nice with stuff you've made more recently, and how do you ensure it all works well together on modern systems? Can you tell us some of the work you've done to make everything run together?
Bucklew: Caves of Qud is a large legacy system. One of the things we've done at least semi-successfully is pay down technical debt at a modest but consistent pace. Our weekly public patch cadence leading up to 1.0 was focused primarily on paying down debt to make sure we weren't buried in it.
Unity helps us keep our game running on the latest systems by saving us the bulk of core engine platform support work. This is a huge cost savings in terms of ongoing technical maintenance. The technical gap bridged across Windows, Linux, and MacOS from Unity 4 in 2014 and Unity 2023 is huge and Unity paid the bulk of that technical cost.
Even with that, though, some of the biggest challenges were in converting a game that was originally a console-only roguelike to a modern game that could be run on the Steam Deck. This meant adding a whole new UI, a whole new input system, tiles, subsystems for sound and music, and more. Each of these was an enormous development effort involving the creation of new systems and the refactoring of old systems to meet the new requirements, and there was no real trick to it other than just putting in the elbow grease to get each one done. Knowing it would be a long project, at each step we made our best effort to ensure each one was a solid foundation that we could build the next increment on.
How has the game changed (or not changed at all) over the many years you've been working on it? What prompted some of the changes (and what were those changes), or what made you stay the course this whole time?
Grinblat: The broad vision of the game has remained remarkably consistent over the 17 years. This last Fall we were finally implementing some of the plans we hatched back in 2007. It felt wild. Of course, the game has changed as well; we’ve grown as designers, as thinkers, as people. What interests us now, in our 40s, looks a bit different than what interested us in our 20s. But, as several of our players have pointed out, the resulting layer cake of development history has some convenient resonances with the history-as-a-layer-cake themes of the game itself.
Having spent the better part of a lifetime working on this game, what feelings came out of reaching the 1.0 release? When you work on something for this long, how did you even decide that you had done enough that it was time for a 1.0 release? How did you decide that this massive game was finally "complete," and how does it feel now that you've reached that milestone?
Grinblat: Sublime, surreal, hazy from exhaustion. It’s honestly almost too much to process, and we still need more time to land on what it feels like to be "done."
As for how we chose the 1.0 target, for a long time our roadmap was pointing to three big milestones, where we'd 1) have rewritten the UI to the modern, friendlier RPG UI you see in the game now, 2) have some sort of tutorial or new player funnel, and 3) have finished the main quest and have the game be beatable. We got there; that’s 1.0. Now beyond that…. ????