Chris Anderson on his roadblock

Roadblock is a series of articles where I interview other designers, developpers, and others involved in the industry, to do a deep dive into a specific issue they’ve dealt with in a project. The goal is to add concrete examples to the mass of game design advice out there.

JV: Today I’m sharing with you folks a discussion with Chris Anderson, designer of the Tempus series of solo games and host of The Board Game Workshop podcast. Today, Chris will tell us about an issue he ran into in designing the latest Tempus game, Tempus Infinitum.

Can you give us a bit of background on what the game is like, so readers better understand?

CA: All of the Tempus games are similar. They work like a roll and write, but instead of rolling dice you write down the day and time you start playing and use those numbers to populate the map with resources and obstacles, and also to determine your actions for the game. 

Tempus Infinitum specifically has unique maps generated based on a player’s email address. 

JV: That random seeding through the date and time is interesting to me. Why not simply go with cards or dice? 

CA: The original game design idea that eventually spawned the Tempus system was to make a diceless roll and write. I wanted a game that required minimal materials to play, in this case just a single sheet per player and a pen. The Tempus idea came up as an option for solo play but worked so well I abandoned the multiplayer idea. 

Now, the Tempus system is what makes the games stand out from other roll and write games. 

JV: The number distribution in dates and times is skewed: no numbers over 3, 2, and 5 for the first digit of date, hour, minute, respectively, for example. How did you consider that in your designs?

CA: That’s the best part of the system. It’s like designing around weighted dice and gives a lot of opportunity that uniformly random dice don’t have. The numbers affect two things in the game: the setup of the map and the player’s actions. 

The map is a 10 by 10 square grid. Since we only use day, hour, and minute we have 6 numbers to assign. Each of those is assigned to one column and one row. During setup, each of those columns and rows has an item that will be drawn on the map in the space dictated by the number. So if the first digit of the day is 2, the item in that column will be drawn in the second box down. Zero is always at the end. 

Since, like you said, the first digits in day, hour, and minute are limited, this creates empty spaces that won’t get drawn in items. These empty spaces are what make the unique maps. 

Picture by ME!

With 10 columns and 10 rows but only 6 numbers, there are also completely empty ones. The digits always go in order, but that still gives 210 possible arrangements for columns or rows. When you combine the possible columns with the possible rows you have 44,100 possible map layouts. 

Each of these maps has a different arrangement of empty spaces. In previous Tempus games with only a single map I would choose the layout I wanted and add static items to the empty spaces. They could be obstacles, enemies, resources, or goals. With Tempus Infinitum, though, we are potentially using all 44,100 layouts. So the static spaces and the column and row write in items are arranged by each map’s random seed from a pool of 37 items with some restrictions. The arrangement of these items combined with the different map layouts is what gives us millions of possible layouts. Not infinite, but Tempus Very Large Number doesn’t sound as nice. 

The other thing the numbers control is the player’s actions. Again, the unique aspect allows for some control. Each of the 4 actions is assigned a number range. Make a Road 1-2, Dig a Lake 3-4, Build a building 5-8, and use a building 9 & 0. Based on the statistical occurrence of each number in all possible day/times, each action is approximately equal in potential occurrence. But the first digit can only be 0, 1, 2, or 3 and 3 is pretty rare. So almost two thirds of the time your first action will be building a road. Building a road is the most critical action early on, because it’s the foundation to performing other actions. And again with the first digits for hours and minutes we have a restriction on potential actions that skews towards lower numbers and the more important actions of building a road and digging a lake. 

So it’s specifically the missing numbers that create the setup and makes each minute a unique puzzle to solve. 

JV: Very cool! So getting back to the whole point of this interview: What is the roadblock you ran into? How did you identify it?

CA: The issue with Tempus Infinitum is the variety of possible maps. In previous Tempus games I had a lot of control of how maps were laid out and could balance difficulty by adjusting the layout. Since Tempus Infinitum has to work with millions of potential layouts it’s much harder to control difficulty. 

JV: Why is variability of setup particularly important to the game? 

CA: Variability of setup is the unique twist that sets Tempus Imperium apart from the other Tempus games. The system has been refined through previous games, but offering every player a unique map makes it much more personal. 

JV: Could you expand on that? Why is that worth the extra balancing issues? 

CA: I’ve been working on Tempus games for years now and what continues to surprise me is just how much design space they have. Tempus Quest is 13 unique maps in a campaign, where what you do in previous episodes helps you in the future. It was designing those different maps that made me realize how many possibilities there are for the setup, even if you keep the exact same rules. 

Tempus Infinitum is my attempt to use all of that potential in one game. It’s definitely an ambitious design challenge. And, at best, each uniquely generated map is no better than an individually designed map. 

But, I think the ability to offer players a unique map that is theirs alone, that they can try and master and share with their friends, adds a level of community and metagame that solo games don’t often have. 

JV: You coded a tool to help you for the setup: what did you use for that? What do you see as the pros and cons of the tool? 

CA: I’m only an amateur when it comes to coding. I use Processing (https://processing.org) to create the individual maps. It’s based on Java and the main benefit is that I know how to use it. I’m pretty sure it’s not the most efficient method for what I’m doing though. 

JV: How do you imagine it working in a final product, or will it just always keep that computer generated aspect?

CA: Currently I have to manually run the program to generate the maps. Ideally the tool would be integrated into a website so players can instantly get their unique map. 

JV: So this will always stay a PnP? What pushed you in that direction, versus trying to publish a physical copy with 100 different setups in a block of paper?

CA: Yes, the plan is for it to always be a PnP. Since the main goal is offering each player an individual, unique map, it’s the easiest way to get those to them. When testing is done, I’ll set it up as a “pay what you want”. So if anyone would like to support the work, they can. But the biggest reward for me is having people play my game. So I much rather see a picture of a completed game on Twitter than make a few cents selling a pad of paper. 

But, with millions of possible maps, most of which will never be generated for individual players, if people would find some benefit from having a printed pad, I’m not opposed to the idea. 

JV: Had you ever encountered a similar problem before? Why was this one different?

CA: A lot of my game designs use combinatorics to generate a variety of states, but this is the first to use that in the design instead of just in the play.

JV: And how do they differ?

CA: When combinatorics is in the play, for example having a card game that works with multi card combos, an individual play will work out a certain way, but the next play will be different. So there can be some forgiveness in edge cases that are less than ideal. 

When combinatorics is in the design, the generated game is all there is for that player. So a less than ideal edge case will always be less than ideal for the player that got it. 

JV: Can you talk about the process of solving your roadblock? What worked? What didn’t?

CA: I’m still in the process of solving the issue of balance. 

In early versions I had a lot of variability which led to a huge variance in difficulty between maps. Some players would have 5 enemies to deal with and others would have 10. As I’ve gotten playtester feedback, I’ve restricted some of the variability so that maps have a similar difficulty. The trouble is getting the difficulty balanced while still having a huge variety of unique maps. 

JV: And how do you contain the difficulty behind the scenes? Do you define more closely how much of each thing will appear, or do you go with a point system to evaluate how “positive” a setup is? (or anything else of course)

CA: In the first version, the item in each space was chosen independently, similar to a die roll, so my only control was adjusting the statistical chance of an item being chosen. This caused the huge variance. Now all the items are selected from the same list of 37 items, similar to a deck of cards, so only the arrangement differs between maps. 

I’ve also added restrictions on where certain items can appear. Currently the restrictions I have in place limit only certain items to being in the write in spots or static spots. When it places items on the map it will always place an enemy after a farm. This increases the likelihood that enemies will be next to farms to start, increasing the difficulty. But still has potential to leave a space between them depending on the map layout. 

A player request was to have a target score scale so players could tell how well they did. So a potential addition is to have a unique scale for each map based on its difficulty. So on an easy map, 150 is a great score. But on a hard map, 60 is great. This would be a great way to make all maps comparable. But it requires being able to accurately judge the difficulty of each setup automatically during creation. 

JV: It feels to me like a variable setup is particularly important in a solo game, where you can’t rely on player interaction to make games play differently. What do you think of that statement?

CA: I think it is important for replayability. A solo game with a single setup is fine for a single play, like a puzzle or choose your own adventure. And could potentially get a few more plays if you want to fix mistakes and get a better score. But the interest to play drops off sharply. Variable setup makes each setup its own puzzle to solve while still rewarding skills and strategies learned from previous plays. 

JV: Where else do you want to take the Tempus series? 

CA: Once I get the map generation figured out for Tempus Infinitum, I’d like to make new ages for it. Currently it’s set in a vaguely medieval age with castles and farms. I can see making slight adjustments to actions and setting, like I did in Tempus Quest, and getting millions of new maps to play. 

But my greatest hope for the Tempus system is that other designers will use it. So far I’ve heard of one designer trying to make a game with it, but I’d love to see what others can do. 

JV: Is there a game that you think does this variable setup particularly well? One that you could point designers to so they can learn from it?

CA: Friday by Friedemann Friese. It’s a solo game where you work your way through a shuffled deck of benefits and threats. So each game will be a different order but the things you learn from each play about how to deal with threats will inform your future plays. 

JV: Well thanks a bunch Chris! I’ve been thinking about trying and making a solo game during the confinement, and I’m sure I’m not alone in that situation: surely this discussion will be helpful to many a designer!

If you are interested in designing your own Tempus game, you can submit it to the Tempus Design Contest by May 4, 2020. https://www.venntikgames.com/contests/tempus-design-contest

You can listen to The Board Game Workshop and get more info on its annual design contest and design day at www.theboardgameworkshop.com

You can contact Chris on Twitter at www.twitter.com/BlueCubeBGs

Peter C. Hayward on his Roadblock

Roadblock is a series of articles where I interview other designers, developpers, and others involved in the industry, to do a deep dive into a specific issue they’ve dealt with in a project. The goal is to add concrete examples to the mass of game design advice out there.

JV: Today I’m sharing with you folks a discussion with the bluest beard in board games, Peter C. Hayward! Peter is the president of Jellybeans Games, and the designer of awesome games such as Bugs on Rugs, Ninjitsu!, and Village Pillage. Peter and I talked about issues he ran into while working on his latest party game.

PCH: Hey JV! So I’ve been developing a party game called French Toast, and I kept running into this weirdly specific issue: the game only works when people go FAST, and as soon as I started blind testing it, people would go veeeery slowly and have a bad time.

JV: And can you tell us about the game? How does it play?

PCH: OK, so I am the Toastmaster. I draw a noun card and you have to guess what it is. You say a word, for example Car, and I will say whether the word is closer to French Toast or to a Car. Then you say another word, and I’ll compare the two, and on we go until someone finds it. You get closer and closer and closer.

The game works best when you quickly guess a noun, just rapid fire, guess-word guess-word guess-word, but people would just go “do I want to guess train? Oh, we’ve already guessed car, maybe it’s too close, maybe we should try and guess cabinet to open up so and so” and then the game just dies. People for some reason just start valuing their guess, acting as if they were limited (which they aren’t!), and then it gets boring. If I’m around the table, I can manage that, but learning from the rules people couldn’t get to that point.

Which also means that I wouldn’t have spotted that problem without playtesting. I blind playtest waaaaaaaaaaaay earlier than most people would, and way more often, so I got my rules out and tried to get as many people to learn it from the rules, because that’s how you learn the game when it gets to you!

JV: Does the game include a scoring system or is it just Win/Lose?

PCH: There wasn’t one originally, it was just whoever would get it would go for the next round. Eventually, I added a hint system to avoid situations when the Toastmaster would just get stuck over and over on just one word, and then there was this scoring system which was just however many hints you did not use are how many points you’d get.

JV: So there’s no limit to how many guesses you can take? There are no incentives to use fewer, they truly don’t have any real value, but for some reason players assumed there was? If it takes you those 30 seconds to think of one word, you could have just blurted out 10 words during that times and gotten a lot more information.

PCH: Exactly. You have to treat your guesses as disposable. It progresses the game so much faster.

JV: And so why do you think players assumed that those guesses should be used sparingly?

PCH: Part of it is that the game would go around the table with players taking guesses, so after your turn, in a 5 player game, three people will go between every one of your guesses, which makes you not want to waste that shot.

That being said, if everyone goes fast, your turn will come back in 15 seconds, and so you don’t care about “wasting” it. However, it’s a vicious circle where if one player slows down, everyone starts cherishing their chances more, and takes more time, and so gaps between turns increase, and so on.

JV: That makes a lot of sense. Once you realized that problem, if we were to go step-by-step, what did you try?

PCH: So the first impulse of any game designer is of course to blame the players. “These players are dumb, other people will get it!” But the thing is, especially with a party game, it needs to be accessible. If anyone plays it wrong now, it means someone WILL play it wrong. And I say “wrong”, but the game is at fault here, not the players.

So my first attempt at a fix was to brute force it: I literally wrote in the rule “Go fast”, “Guess quickly”, “Don’t think about it too much”, “Don’t value your guesses”, but no matter how many times you write it, it doesn’t mean people will do it, as nice as that would be.

The next thing I tried was grouping people. If you play with 9 players, that’s 8 guessers, and so you have to wait for 7 people to go before you would, and that’s way too long. So I just made pairs, thinking it would just half the time between guesses. The problem is, suddenly, instead of being a problem some of the time, it became a problem ALL of the time. People now HAD to discuss their guesses with their partner: “should we say this?”, “what do you want to say?”, which dragged it out even longer. I tried the opposite, splitting them into 2 teams instead of teams of 2. It was the same problem, but you would now discuss by committee, and a team of 4 takes a lot longer than 2 teams of 2 as it turns out!

I went back to individuals, and I put a timer in, and you could take as many guesses as you wanted in that 30 seconds. That meant that you never were waiting more than 30 seconds times the number of other players, and you were incentivized to go as quickly as you can: perfect! However, people would never use the second half of their timers, because as you get closer, you’re helping your opponents, and then it won’t get back to you. They’d literally just wait for their time to run out, and you don’t ever want people who deliberately DO NOT play your game.

At that point, I went back to teams, but with that 30 second-timer for the team as a whole. People would then get cranky at their teammate if they took any amount of time, or, if they shared that time anyway they wanted, one person would often end up hogging the spotlight and take all of the guesses themselves, both of which were pretty terrible.

Then I also had another problem I wanted to solve: you know how in Codenames, you play a game, and then go again with the same teams, changing the Spymaster? Well I never did that! I always played every game as separate, switching up the teams, and I planned on French Toast being like that, with the Toastmaster a neutral referee in the affair. However, most players would play round after round with the same group, and so the Toastmaster felt an obligation to “their” team. The shared Toastmaster caused this unforeseen social problem, because players were thinking of it as a team game.

The next move was just making it a pure coop. Anyone can guess, as long as you don’t guess twice in a row. People responded very positively, I was really surprised. Some people are like me, they just want to spit out answers, but some people like to sit back and think about it, but when they jump in it’s something that really saves the day.

That really worked, and actually the coop version will be in the box as one of the modes, but I found myself missing the competitive nature of it. I also found that as everyone was working on the same time, people would get stuck more often, and what you get stuck the game just stops being fun. There was something about taking those 30 seconds off to let the other team go that would give you some distance and un-stick you.

Recently I was at a con, I sat down and said “I want a team vs team mode, you folks are designers, make this work for me”. And it was very simple, they just had two Toastmasters, one for each team, shared word, and I was CERTAIN it wouldn’t work-if I think Radio is closer to Car than Train, doesn’t mean that you do, and so we’d just be fighting for direction. For some reason, that didn’t ever happen. I kept the same rule from the coop where you can guess in any order, as long as no one guesses twice in a row. So far, that’s the version of the game that will go in the box.

JV: What about the Toastmaster? Did you have to push them to go faster at all? I feel like I’d take forever on those, plus with the stress of everyone staring at you.

PCH: So interestingly, them hesitating is interesting. When they’re stuck, when they’re thinking, it becomes fascinating for those who are watching, because that hesitation is telling you something. Maybe those are two very good guesses, or two equally poor ones, but it’s information. It’s only a problem when the guesses are slow, because that is not progress.

Also, people tend to give answers faster than they take the guesses, making those hesitations even more interesting.

JV: If another game designer reading this was struggling with players who aren’t playing the game in the most fun way, what would you suggest?

PCH: So that’s something that can happen in a party game or in a heavier strategy game, but it’s really about figuring out what the fun part is (in my game, play it fast), and then “Game design is incentive design”. In the old system, players were incentivized to value their guess, because they personally only got one of every 4 or 5 or 10. To incentivize going fast, I added that timer, and removed the rigid turn structure, and suddenly you don’t have a reason to go against the fun.

In a party game especially, it’s less about throwing points at them, it’s really about the social dynamics that come up, like pressure and attention and politeness. Incentive becomes a more nuanced concept then.

I had a similar problem in Scuttle!, my first released game, where players would forego special ability cards and just focus on big point cards and win. When I worked on Ninjutsu!, which is the second game in the series, you win by having big cards in front of you at the start of your next turn—meaning that now, it’s not just about playing those cards, but timing it accordingly.

JV: Well Peter, this was amazing. I’m in awe of every that goes in this process of designing a party game. It seems to me like you’ve perfected mind control, and have decided to use your powers for good!

French Toast will make its way to Kickstarter soon, but Peter does have another party game on it right now: Night of the Mummy!

Jay Cormier on his Roadblock

Roadblock is a series of articles where I interview other designers, developpers, and others involved in the industry, to do a deep dive into a specific issue they’ve dealt with in a project. The goal is to add concrete examples to the mass of game design advice out there.

JV: Today I’m sharing with you folks a discussion with Jay Cormier, half of the design team behind Belfort, Junk Art, and In the Hall of the Mountain King, and now founder of Off the Page Games! Remember when Sen-Foong Lim talked about designing MIND MGMT? This time, we’re switching it up a bit as Jay will describe issues he ran into as a first-time publisher while working on that very same game!

First, can you give us a bit of background on the game at the stage where you ran into the issue?

The game is a one vs. many game, in which one player will secretly move around on their own hidden map, while the rest are moving around on the big board, asking questions to deduce the one’s whereabouts. The problem came up as soon as I became a publisher of this game. When we were the designers we actually said, “Oh that’s the publisher’s job to figure that out!” Little did I know that I would be that publisher!

JV: What was the problem, and when did you first encounter it? 

In the game, when the rogue agents ask a question to the one recruiter, the recruiter answers if they’ve been to any location with the requested feature (each feature appears 5 times on the board). If the recruiter HAS been on a location with that feature, then they place a Step token on one of those locations. But if the recruiter has not been on a location with that feature, they say no….aaaaand….that’s it. Or so we thought. While playtesting the game we realized that players wanted some way to keep track of this information. In a deduction game, not getting a success can sometimes give you more information than getting a hit! 

Example: If an agent asked the recruiter if they have ever been to a location with a Subliminal Billboard and the recruiter says they have NOT, then that’s a lot of information! This means that the agents know 5 spaces on the board that the recruiter has NOT visited up until this turn number (there is a time track off to the side to know exactly which turn it is).

So we started coming up with some ideas. Maybe one of the agents gets a notebook and that player can write notes down on a restricted size of paper. This didn’t really work because it wasn’t intuitive and players would forget — either to write it down, or to refer back to it later. Then we thought, what if the players also had a secret map? A duplicate of the board that was also dry erasable, so they could make notes on it. This was maybe a bit better, but still, only one player could really look at it at a time, and so it would be forgotten.

So then around this point is when I became the publisher of the game, and now I had to figure out how to do this! For awhile I was thinking I would have numbered tokens that would be placed on the board, possibly fitting into grooves or holes in the board. This proved to be costly as well as fiddly since there would need to be so many tokens. Also, it wasn’t versatile enough since it couldn’t say exactly what a player would want to say.

And that was probably the ‘a ha’ moment. If we want players to ‘say’ whatever they want on these tokens, then maybe these tokens need to be dry erase. We tried giving players dry erase tokens to use, and wow — what a difference! The game really came alive. Now all players could ALWAYS see the information that they have collected. No longer was the game about remembering information about where the recruiter had been or had not been to. Now players could see the hits and the ‘misses’ on the board, and this really helped the agents narrow in on the recruiter’s path! 

To clarify, when the recruiter now says that they have NOT been on a Subliminal Billboard, the agents then write out “1-8 X” (where 8 would be whatever the current turn number is) onto 5 different dry erase tokens (which we humourously call, Mental Note Tokens), and place on on each location that has a Subliminal Billboard. For the rest of the game, the agents can now easily see that the recruiter hasn’t been on those 5 spaces up to turn 8! 

JV: Had you ever encountered a similar problem before? Why was this one different?

There was another similar issue about components. It was with our Step tokens. Originally we had 16 different Step tokens – each with a number from 1 to 16. When the Recruiter placed a Step token onto a location, they had find the Step token with the correct number (the number that matched the turn that they visited that location) on the bottom and then place it in that location that they have visited. I tried a bunch of different ideas, and used some Facebook groups to brainstorm how to solve this (maybe it was a plastic token that had a hinge that folded out to reveal the number inside it). Once we came up with the Mental Note tokens we realized we could use these for our revealed Step tokens as well. 

So now we just needed generic Step tokens that didn’t have a number below it at all. Then when that Step token was revealed during play, the recruiter would announce which turn they were on that location, and the agents would use a Mental Note token and write that number on it. Worked perfectly and was way less fiddly!

JV: For a designer who does not intend on self-publishing, how do you think a publisher would react to a game requiring dry erase tokens or boards? We’ve seen a few of them recently –Silver & Gold, QE, Just One… As a publisher, would you see it as a plus or as a pain?

There is a pain side to dry erase (finding markers that don’t dry out too quickly, responding to numerous customer issues about dried out markers!), but I think the idea is — whatever is the best way to make the game work in the most functional and unique way possible. The game needs to be functional first and foremost. If the dry erase isn’t necessary and is only a nice-to-have, then I’d question it too. But if the dry erase is 100% needed to make the game work in the most efficient way, then it makes sense. It’s more cost effective and more environmentally friendly to use dry erase instead of tear-away pads that you’d use and then discard.

JV:We often talk about components in terms of table presence, but here those tokens are really mostly about making the players’ lives easier, taking a process that was annoying and forgettable and making it simple and straightforward. What would be your favorite component that just makes players’ lives easier in another game?

Great question. Can I say Game Trayz? Any time they’re involved in a project I get excited because they have such an amazing eye for functionality and improving the playing experience. The setup time is always reduced as you don’t have to open numerous baggies and dump out resources or tokens, and the functionality is often improved, while table space is preserved. For In the Hall of the Mountain King, Game Trayz make setting up the game super easy! All the tunnels are in this tray, all the resources are in this other tray! The Great Halls are stored in the bottom tray – but then they actually stand up in the tray so you can see which ones have been taken and which ones haven’t. Clever!

JV: Before stepping into the shoes of the publisher, how much would you try to tackle those kinds of component-based issues, whether before a pitch or working with a publisher on solving it?

If we could come up with some sort of component that was eye catching and helped get publishers excited, we’d do it. For Junk Art, we had to make all the unique pieces, so it had to be impressive and work immediately. For Akrotiri, we made little boats that held the resources as you moved them around. Our goal is to make the components and the prototype functional to ensure the game can be played as easy as possible. If the Akrotiri boats couldn’t carry the resources, then that would have negatively impacted the experience as you would either have to place them next to your boat or come up with some other solution.

JV: Well thank you very much Jay for this. It’s a very different perspective when we tackle those issues from the perspective of a designer of your pedigree who self-publishes. You brought up many good points for me to reflect on. Thank you and best of luck with the MIND MGMT Kickstarter!

In addition to the MIND MGMT Kickstarter, Jay runs a series of videos about self-publishing which are fascinating, and great insight about what it’s like to launch a business in this industry.

Daniel Newman on his Roadblock

Roadblock is a series of articles where I interview other designers, developpers, and others involved in the industry, to do a deep dive into a specific issue they’ve dealt with in a project. The goal is to add concrete examples to the mass of game design advice out there.

JV: Today I’m sharing with you folks a discussion with Daniel Newman, designer of Dead Man’s Cabal, Rolled West, and Ahead in the Clouds.

JV: So Daniel, what game are we talking about today?

One of the games I spent a good portion of 2019 on was called Nebula, and then later The Well. It started with an idea for an action selection mechanism that I came up with while driving to Granite Game Summit. It involved a tray for 8 action tokens with a slider to select which actions you can do that turn, but depending on what ring of the board you were in you were limited to 4, 3, or 2 actions. I thought it would be cool to have a game where your position on the board would determine your effectiveness, with the fewer actions gaining you higher value rewards.

The first thought I had thematically was mining an undeveloped Nebula. I came up with a couple of generic resources (gas and minerals) and structures needed to harvest those, and actions revolving around moving through the nebula, building structures, and using those structures. It was…fine. I had a couple of people in my playtest group who said they enjoyed it but it didn’t really feel like it was doing anything special. I put it away for a bit and then had an idea to rework it, using the same general idea but with a hand of cards that cycled similarly to Concordia, and rethemed as spelunking in a cave system called The Well (because it was 3 layers of concentric circles). I thought it was more interesting and definitely had a better table presence. I generally got a better response with this reworking in the group as well, so was feeling pretty good about it by convention season.

JV: What was the problem, and when did you first encounter it? 

I thought things were going along nicely, that it was pretty much ready to pitch. I showed it to a publisher at BGG.con and it was a disaster. It didn’t play anything like I thought it should. Things I thought were super clear were not. The publisher I was showing it to seemed angry and agitated for the entire game.

I realized that so much of how I wanted it to be played had been internalized by my regular playtest group – they had all played it a bunch and were just ignoring the obvious problems with it because they were familiar enough with the systems. It felt like it was smooth because of familiarity not because it actually was.

Because it’s so easy to bring things to this group twice a week, i don’t usually seek testing outside of the group.

JV: How did you handle the situation with the publisher?  

We wound up finishing the game, as it was, and then I apologized for the experience being so bad. This is someone I show games to regularly so I was a little surprised at his reaction, but it just had a number of things in it that he really doesn’t like in games. He assured me that it wasn’t me personally that he was upset with. He’s someone whose opinion I very much respect, so seeing that reaction really convinced me it was time to shelve this one.

JV: Had you ever encountered a similar problem before? Why was this one different?

Not really. I tend to have a pretty good sense of whether or not a game is working, despite what feedback I’m getting from testers. I think I just really wanted this one to work even though it was never really feeling like it was coming together. This was also an unusual one because I tend to use an existing game as a starting structure and base my design on that – obviously things change pretty dramatically pretty quickly, but that tends to get me going much quicker and makes it so I don’t have to reinvent the gaming wheel every time. When I did the ground-up reworking as The Well, I used a couple of games as models for the systems I wanted to use, but it still never came together properly. 

JV: Can you talk about the process of solving it? What worked? What didn’t?

Honestly, I never really solved it. I’ve shelved it indefinitely. Sometimes it’s the right thing to just put it aside. Maybe I’ll come back to it, I probably won’t. I have at least half a dozen games on my prototype shelf that I just decided wasn’t worth working on. There are a couple of nuggets of goodness in them, but I had another idea I wanted to work on and just didn’t want to devote more attention to this design that wasn’t working out.

JV: When did you decide to let it die? Did you try some stuff before then, or did that one pitch taint it so badly it turned you off the project entirely?

I’d been trying lots of different things over the life of it and nothing was really feeling right. The bad pitch was the nail in the coffin. I had scheduled a pitch meeting for it with another publisher later in the week and cancelled it because I just no longer had confidence in it as a game.

JV: And how do you avoid that problem with other projects? Have you changed your way since or was it just the exception?

This was actually very recent, just a few months ago, and one of the last games I pitched. I’m still mulling over exactly what went wrong in the process, as I had never had this happen before. I think I’m just going to be more aware of how many different people play my games before I bring them to publishers to show.

JV: In general, what do you think are the Pros and Cons of having a small but regular pool of testers?

Obviously it’s great to be able to get your design on the table super frequently. You can make a lot of progress in a short period of time, especially in that early stage when you’re constantly iterating and making big changes. If it’s a group that meets twice a week, like mine does, you can also not feel terrible about skipping one or two now and again because you know there’s another in just a couple of days (unlike groups that only meet once a month, in which case you’re going much longer between tests).

On the down side, you wind up testing with the same people over and over again and you can develop a meta where people generally understand the game and only slightly adjust to the new tweaks every time and are playing generally the same way. You just don’t get as much variation in approaches to the play and can miss huge problems because people get too comfortable with the game.

JV: How did you develop that “small but regular” pool?

I happened upon it kind of by accident, actually. This was a group that already existed and was meeting about once a month before I joined and started meeting once a week around the time I started attending. There were some fairly well known designers as part of the group, who I didn’t know when I joined, but later found out they had put out some fairly popular games. The group really started to flourish when Gil Hova (one of the aforementioned designers) took the reigns and started spreading the word a bit more. A lot of it was just due to better organization and finding a better, more reliable place to meet – the open seating at a Whole Foods, as a matter of fact, one of the few large semi-public spaces in NYC.

JV: You talked about usually starting from an established game: how does that usually happen? I have this list on my phone of games I want to “fix”, to design a different game based on the same central mechanism. I usually love half of the game, and hate the other half with a passion. How do you handle that? 

It’s a bit different for each game but lately it’s either “I really like this game but I don’t like how ‘x’ works, so what if I take this mechanism and do something else with it” or “I have this theme that’d be fun to make a game around and I really like how ‘x’ does it, so I’ll just borrow that and change it up and use that as a starting point.” Usually it’s some sort of combination that happens simultaneously. How much I borrow or start with really varies depending on what I need and what else I have in mind. For example, the game I’m currently working on ostensibly borrows the upgrading of tiles from The Taverns of Tiefenthal but now that I’m a few iterations in it doesn’t really feel that similar. The rest of the game is pretty remarkably different.

JV: Well thank you for your time Daniel! You made a few very good points about varying testers, saving face after a bad pitch, and starting a design from an established game. Aside from being a bit of a bummer, I think you also brought up an interesting, under discussed aspect of game design: sometimes, you just have to admit defeat. 

In addition to game design, Daniel Newman is sometimes on Twitter. [/sarcasm]

Carla Kopp on her Roadblock

Roadblock is a series of articles where I interview other designers, developpers, and others involved in the industry, to do a deep dive into a specific issue they’ve dealt with in a project. The goal is add concrete examples to the mass of game design advice out there.

JV: Today I’m sharing with you folks a discussion with Carla Kopp, owner of Weird Giraffe Games and publisher of Dreams of Tomorrow, Fire in the Library, Big Easy Busking, and the project she wants to talk to us about today, Tumble Town!

JV: First, can you give us a bit of background on the game at that stage?

I had just recently signed Tumble Town from the designer, Kevin Russ. He’d only been working on the game for a few weeks, but I could immediately see the potential of the game. Tumble Town was always a town building game set in the Old West, but initially, it didn’t have any engine building or spatial puzzle aspects. Just simply building a town out of dice in the West. 

JV: What was the problem, and when did you first encounter it? 

The end game of Tumble Town was an issue at the start of the design process. Kevin had made the game a specific number of turns and I had never liked that in games. I really enjoy when I don’t exactly know when the game will end and when my choices in the game can make it go on longer or end it early. 

JV: Had you ever encountered a similar problem before? Why was this one different?

Every game has to end in some way, but each game is different and has different actions and components that can lead to the end game happening. Tumble Town needed to go on long enough that players could build up an engine and feel successful in doing so, but I didn’t want the engines to get too out of hand where it meant that you had only one real path to victory. 

JV: Can you talk about the process of solving it? What worked? What didn’t?

The first idea was supposed to be a fix of two problems; adding in dice mines. For the dice mines, there would be dice that you didn’t have to roll that you could take if you took a building plan from that specific row. Having dice that you didn’t need to roll meant you could plan your turn a little more and the game would be a bit less random. When two dice mines run out, then the game would be over. 

The dice mines worked to solve those two problems, but they introduced a new problem; players were confused on what dice to roll and what dice not to roll and would often forget or do the actions backward. I try to make games as intuitive as possible, so this definitely was something I wanted to solve. 

JV: So did you go back completely on the non-rolled dice?

Yep! There’s no dice that you gain that you don’t roll. I found that it’s so much easier to get players to roll the dice, if all the dice have the same rules and are treated the same. Making things easy is definitely something I prioritize. 

JV: What else did you try?

The next solution was to use Plan End cards. These cards would be placed under a specific amount of building plan cards based on the player count and the game would end if two of the plan end cards were visible. This worked better in that players weren’t confused on how things worked, especially since the Plan End cards had the game end trigger written on them. However, the problem with the Plan End cards was that the game end was very variable. If players all took from the first row, then went to the second row, no one ever got to the third row of cards. I like when games can end early, but not when players haven’t experienced a third of the game. That’s a bit too early. 

The solution that actually got a good end game was having the dice supplies run out. There’s four different kinds of dice, with gold associated mainly with level three building plans, brown with level one, and gray and black both with level two. With two colors for the level two building plans, it meant that even if most of the players did focus on level one and level two buildings, the game would only end early if the players someone only went for black OR gray buildings. As most players tend to base what building they want on other factors, usually the gray and black dice are taken at about the same rate and the end game is triggered when the gold and brown dice run out. 

JV: So both of those last two options give players some control over game length, but an unusually short game is now something that skilled players do on purpose, rather than new ones doing by mistake?

Yep, that’s exactly right. I think it’s more interesting as I always like for things to happen when players deliberately choose to do something, instead of when they don’t realize that they’ve done something. If I want to try to rush the game, if I succeed, I’m more happy with the experience, even if I don’t end up winning, as the plan I had worked out. I also like when there’s several different strategies in games, as you now have a strategy based on a long game, average game, and a short game. Players will have to play a number of times to see what works best for each game length. 

JV: When working on end game conditions, what do you set as a goal? Do you aim for a specific length of time? Do you aim for a specific moment in-game? Do you base it on the game arc?

I usually try to make the game less than an hour and also for the game to end before players want it to end. If players are still really engaged when the game ends, they’re way more likely to play again than if the games ends a turn or two after a player is bored of it. 

For Tumble Town in particular, I wanted the game to end after a new player can build a level three building (the level with scoring conditions based on the other buildings in your town) and still get a chance to build another building or two which will gain extra points based on the level three building they built. 

JV: How do you feel about “play one final turn” in games? Do you default one way or the other when you design?

I’ve done both! In the past, I’ve usually done equal amounts of turns and finishing out the round. Recently, I’ve tried where all other players but the player who triggered the game end gets another turn and I really like that for games that are based on player count. It means that you have to be in the lead to trigger the game end, but you might not end up the leader after everyone takes their last turn and any hidden scoring is added. 

For Tumble Town, I went with finishing out the round, as having two colors of dice run out means that half the buildings most likely can’t be built and the other colors of dice might also be close to running out so even having an extra round might mean that no one can do anything, unless they have stored dice. 

JV: Personally, I usually push off designing an end game trigger: I’m not planning on finishing the first few tests anyway, so why bother? Are you the same way? If so, do your testers also complain about not finishing the game?

I usually have a non ideal end game trigger in the beginning; either a number of rounds, point value, or a deck running out. Sometimes the end game stays, sometimes it doesn’t. For the very first test, I might even not tell players what the end game trigger is until we play a few rounds and I can kind of see where the game is going. 

JV: Can you think of a published game with a particularly well-designed end game trigger? 

Rajas of the Ganges has a really great and unique end game trigger that I love. There’s two tracks in the game, money and points. When one player’s markers cross, it triggers the end game, so you can focus in one aspect, the other, or try to do both simultaneously.

JV: Well thank you for your time Carla! I think that knowing how to end a game is a difficult skill that is much about nuance, and I’m sure sharing your experience will help many others! 

Tumble Town is currently on Kickstarter! If that sounded interesting, go back it here!

Sen-Foong Lim on his Roadblock

So this is the first post in what will hopefully become a weekly series of interviews with more established designers. In each episode, an established designer will come and talk about a Roadblock they’ve run into with one of their designs, how it showed up, how they identified it, and the process of fixing it. The goal is to give you specific examples of the process of designing a game, and ideas of what you can do when faced with similar situations.

Today I’m sharing with you folks a discussion with Sen-Foong Lim, designer of so many games, such as Junk Art, Belfort and Akrotiri, just to name a few, and fellow Canadian! Sen is also the first ever recipient of the James Mathe Mentorship Award!

SFL: Hey there, thanks for having me! Jay and I have designed a ton of games together and we’ve got another one coming out soon!

JV: Awesome! And this one I’m really excited about! First, can you give us a bit of background on the game you want to tell us about today?

SFL: The game that’s been on my mind (no pun intended) recently is MIND MGMT. I co-designed the game with my long-time partner in crime, Jay Cormier, and the creator of the comic book of the same name. Matt Kindt is a New York Times’ bestselling author, comic book writer, and artist. He’s a force to be reckoned with!

The comic that the game is based on tells the tale of secret agents who work under the assumption that they are saving the world. They quickly find out that their organization, MIND MGMT, may not be everything it seems to be on the surface. A group of agents go rogue and try to bring down the organization from the outside. The game tells the take of these agents trying to stop MIND MGMT from recruiting enough agents to follow through on their diabolical plans. It’s a one-vs-many hidden movement game with a system that allows the game to adapt and change over repeated plays. Did I mention that these secret agents have psychic powers?

MIND MGMT is going to Kickstarter in early March 2020. This is the first game that Jay will be self-publishing under his “Off The Page Games” imprint, so we really needed to get it right!

JV: Secret agents with psychic powers sound like an incredible game right there! Now, what was the issue you ran into, and when did you first encounter it?

SFL: The real problem was how we had tested the game – we had primarily used the same 2 groups for multiple playtests. As they got better at the game, they wanted more challenges and so we complied! 

And this was a huge problem.

We poured our hearts and souls into this game which resulted in it being overdesigned. There were so many player powers and extra bits and stuff that we had built into the game that players who had never played it before felt overwhelmed by the sheer volume of options they had. They were paralyzed by all of the options.

We actually broke Matt Leacock’s brain during one of the playtests. He was just overwhelmed by all of the possibilities in the game. To have a designer the calibre of Matt give us that feedback was really powerful. That told us that we had swung too far in one direction, and made us take a step back to reflect upon what had happened to the game as we developed it.

JV: Was there something about the game that pushed you towards testing with the same group all over again? Or just happenstance?

SFL: We just got comfortable in our groove, with our testers, and we (looking back) probably didn’t want to teach the game to new players again and again. We were also likely in the brainspace of “more is better!” without realizing the detrimental effect too much content would have on new players who were just trying to grasp the basics.

Jay and I live in different provinces and we both have playtest groups. We thought that would be enough diversity but we failed to recognize that skill creep is a thing. To go along with this, we can turn to the psychology of meaningful engagement as demonstrated by Mihaly Csikszentmihalyi’s concept of flow.  Csikszentmihalyi states that as a persons’ skill in an area improves, they require the challenge to rise accordingly or they may disengage from the task. Applying this to game design, what was happening was that our players were getting more skilled in the logic and deduction part of the game and so they needed more moving pieces to keep the game interesting for them. You can see this in many games – the constant influx of new cards in Magic: The Gathering is a great example where it is phenomenally difficult to understand ALL of the cards EVER as a new player, but experienced players clamour for more because they like the game and new cards maintain their engagement level.

JV: Is there something about the game that made it more susceptible to that overdesign? 

SFL: In this particular case, logic and deduction games require skills that you can learn and improve upon with repeated plays, especially if you play with the same group. So as the Agents learn how to use their psychic powers to improve their chances of capturing the Recruiter, the Recruiter feels like they need more tools to combat them.
We didn’t think about the product in terms of a long-term thing over many plays. We just kind of “thought vomited” all of the ideas we had into the box and that was what was overwhelming.

JV: Did that overdesign lead to anything useful? Were you able to keep some of that content?

SFL: Oh yeah, we scrapped nothing. The overdesign wasn’t in the content, it was in the content delivery. In fact, the way we changed content delivery allowed us to develop even more content because it would have less risk of being overwhelming.

JV: Can you talk about the steps that you took between figuring out the problem and finding the right way? What did you try that didn’t work?

SFL: There was a lot of gnashing of teeth and lamentation. A few tears may have been shed. After we had our pity party, we stepped back and took a good hard look at the game. The game was awesome. It was just too much all at once. We really wanted to keep everything we had spent so much time working on, but knew that we couldn’t expose players to it all at once. We thought about expansions, but didn’t like the idea of people having to buy more things to experience the game as we had fully conceived it. We wanted to give people all of the content, but not all at the same time. It had to be doled out in the right amount, each time.

The massive amounts of content went from being a design bug to being a design feature once we figured out how to deliver it all in a way that made sense.

JV: What was the right way to deliver that content then?

SFL: Rob Daviau had just shown us the power of Legacy games with Risk: Legacy and Pandemic Legacy (co-designed with the aforementioned Matt Leacock). We didn’t want to make a Legacy game, so instead we took a different tact by asking a different question:
“What if the game changed between games based on who won or lost the last game but in a non-permanent and customizable way?”

We wanted players to be able to reset the game should they be playing with a new group. We also wanted players to have some control of their choices in terms of what to add to the game the next time they played.

So we came up with the Shift System!

The Shift System is a little bit like Rob’s Legacy System in that there are things that you unlock over the course of the game. It’s a system in which the team that lost the last game gets to pick advantages for them and disadvantages for their opponent. Players track their victories and losses, so the more losses a team has, the more advantages they can give themselves / disadvantages they can give their opponent in future games against an opponent that trounces them regularly. In that way, it can help balance games for players with differences in skill due to age or ability.

JV: What advice would you have for designers to identify these overdesigns before they go too far?

SFL: In general, it’s all about testing and finding the fat.

Test your game widely. Test it with people who’ve never played it. Have a new team learn your game without any input from you except the rulebook. What you’re testing for if you think you’ve overdesigned your game is looking to see if people can’t make a good decision because there is too much to process (though, sometimes, that is intrinsic in a design – see Space Alert).

Things that need to be cut often appear to me in these forms:

– Rules that are forgotten or played incorrectly by players

– Rules that take longer to explain than they’re worth

– Rules that drive the game procedurally but are not a decision point

– Conditions that are passively triggered versus actively engaged

– Components or rules that are underutilized or have low impact.

JV: And once the overdesign is identified, how would you advise a designer to deal with the problem?

SFL: Some of this is preparation, some of this is mindset, some of this is testing

In terms of preparation, keep versions of your past games as well as documentation about your changes. The changes themselves are important – the rationale as to why you initially made the change may be more important, though. Your rationale for change will guide you in how you might tackle the problem from a different angle – the problem likely still exists, it just needs a different solution. You may also, as you alluded to above, have to roll back to a simpler version because it was, in fact, better!

In terms of mindset, the old adage of “kill your darlings” is echoed by many because it’s true – you need to be flexible enough to see your way around problems to find new solutions and sometimes that means removing something entirely. To ease the pain of that loss, remember that you can often keep things you discard for later use!  If something does not support the primary hook of the game or the overall experience… cut it.

Remember: less is often more.

In terms of testing, you not only need to go back to the drawing board, but you’ll need to test your changes again. You cannot assume that things will work. You need to put the new implementation through its paces. Often times, you’ll also find that players are naturally efficient and will make new sense out of your game that will streamline some of the processes for you. If players almost always do B before A because it makes sense to them in practice, go with it!

JV: Well thank you Sen! I do feel like overdesign and designing in closed groups are a kind of problem new designers face a lot, and it’s interesting to see that it doesn’t seem to go away with experience!

And that was the first episode of Roadblock! Hopefully you found in it something that was helpful to you and your design process. Now imagine we had a cool 90’s out-tro with weird punk music: ROADBLOCK! ROADBLOCK! ROOOOOOOOOOAD BLOCK!

Becoming a Publisher, with Asger Granerud

Two weeks ago I shared a discussion I had in 2018 with Asger Granerud, designer of, amongst many other things, Shaky Manor, Flamme Rouge, Copenhagen, and 13 Days. This week, I bring you a follow-up discussion. Almost a year ago to this day, Asger and longtime colleague Daniel Skjold Pederson founded Sidekick Games, their own game company. I therefore had a chat with Asger about that particular endeavor, and thought I’d share it with you!

JV: Hey Asger! So since our first talk, you have made the jump to self-publishing! Congratulations on starting Sidekick Games! Could you talk about what made you so interested in it?

AG: It’s such a wide topic… let’s start with the financial aspect. Starting a publishing company is something Daniel and I have discussed loosely for years. Different games and different approaches over the years. 

Financially the potential upside is rather big. However, we are also moving risk onto ourselves. Personally, when new indie publishers are discussed, my biggest concern is always that they’ve underestimated how difficult it is to actually sell thousands of copies of a game. Doing so requires a lot of work, luck or investment, and sometimes I get the impression that people optimistically hope all it requires is a good game, and the rest will happen automatically… I’ve warned several friends and acquaintances in the above scenario NOT to publish themselves. 

JV: So what makes Sidekick Games different?

AG: I founded and ran Spilbræt.dk for 3.5 years. It is a board game distributor in Scandinavia, and though I’m no longer involved, it still carries 1000+ titles, and moves big volumes every month. This means I’ve been exposed to a lot of details of publishing. Not just the practical details of logistics, manufacturing, etc. but more importantly the network that goes with it. I am on a first name basis with distributors across EU, and we’re already pushing to have Bloom Town localised into several markets. 

JV: And what made you take the plunge now? 

AG: Two things influenced that. 1) We wanted a game that was simple to produce, acknowledging the fact that we aren’t manufacturing experts. Bloom Town fits the bill. 2) We had a lead with a small chance of success, to eliminate some of our risk, by selling the North American rights exclusively to Walmart.com. We pushed for this, and managed to find a solution all parties were happy with.

Normally the risk of self publishing is why I warn against it. None of us have a crystal ball, and though I am very proud of Bloom Town, I also realise that it’s ultimate success is largely out of our hands. However by choosing the right project, and being lucky with a lead, we managed to reduce the element of risk enough that we simply had to try. 

JV: What about the creative aspect of design? How did that translate to publishing?

AG: It has allowed us to dig deeper into the product design than we typically do. Often we do get to have some say when we sign with others, but having full control, and ultimately full responsibility, is of course a different matter entirely. 

We’ve spent months getting our company logo just right, and the details we’ve adjusted in the art have been minute. Even if we are a first time publisher, I have full faith Bloom Town can stand on a shelf and still sparkle despite being surrounded by much more experienced publishers 🙂

JV: A lot of self-published designers lament that they now don’t have time to design games, given how much of their time goes into business stuff. What’s your experience been like?

AG: Largely the same, but I hope it gets better. We’ve had to move real fast early in the process, find freelancers all over, coordinate them, and handle dozens of other details. Normally when we go to Spiel Essen we bring close to 15 games to shop around, and this year it is closer to being 5. 

We did realise it would be an issue ahead of time, so we did bring in friend and fellow game designer Danny Halstad as our project manager on Bloom Town. Without him it wouldn’t have materialised. 

JV: When did you decide you’d self-publish Bloom Town? Did you try pitching it to established publishers first?

At Essen 2018 we shopped it around to four of the top tier publishers, and a few of them still hadn’t declined when we pulled it. The kicker for going forward was the WM deal, and those initial talks started back in October 2018. 

JV: Is this a one-time occurence, or do you plan on self-publishing more games? If so, how would you decide what to self-publish and what to leave to other publishers?

We don’t have a big chrome plan rolled out. We do know we have an appetite for more, and want to see how we can move forward utilising what we’ve learned this time. Right now there is only one thing we worry about, and that is supporting Bloom Town and getting it attention in this crowded place. 

The “plan” is 0-2 games a year, and only our own designs. In practice we do not expect choosing what to pitch will be that difficult. For us to consider it for Sidekick Games, it has to be a relatively straight forward production, as we want to minimise risk and complexity. We are also mostly looking for the very mainstream games, as we want to put our energy into something that could potentially stay in print. Having said that, I can’t rule out that a vanity niche project might also have better chances at materialising from inside our own ranks. Time will tell!

JV: In our last talk you said “I do believe designers [who self-publish] have a possibility of reaching their audience directly, and when doing so you probably need to sell a 10th to make a living.” Has that math held up to real life? 

AG: There is no real life data yet, as we still haven’t sold a copy to an end user. But the back of the envelope math still holds, and some scenarios can even require less than a 10th.

The BIG difference is somewhat of a black box to me though, and that is the brand and company value we are building. Our goal isn’t to sell the company, the goal is to create a lean machine with a great team that releases 0-2 fantastic games a year, some of which manage to become evergreens. Should someone ask to buy it for a ridiculous amount of money, we’re not likely to say no, though. This value is hard to estimate as it is so diffuse, but it is also one of the major differences between self publishing and going through others. 

JV: There’s been a lot of “first level” advice on self-publishing. As an experienced professional in this industry, could you share some of the issues you were still surprised by on the publishing side?

AG: I’m not sure if I was surprised by the minute details that need to be coordinated across many people, to make such a project bloom, but if not I willfully ignored it initially. You will need a team, and unless you’re an expert on all relevant subjects, finding the right people is obviously paramount. 

JV: Can you give us a short list of those skills that you need to be successful?

AG: Project management, Logistics, Production planning, Graphic Design, Illustrations, Art direction, Sales, Marketing, Development, Rules editing, Product/industry knowledge, Maximizing Conventions. Whether you become an expert or hire one, you need all of those.

JV: Do you plan on self-publishing some of your already published games if/when the rights revert back to you?

AG: There are no plans to do so, but obviously it would be much less work!

JV: Without going into specifics, can you give us an order of magnitude of how much capital was invested (including art, graphic design, dev work, project manager) for Bloom Town? 

AG: If you include every expense we have had including manufacturing, marketing etc. we are probably closing in on $75K. However, our expectation is that would go down as we are deliberately working on keeping the project simple to manage, over cutting costs. 

None of the above includes any pay for project management, designer royalties or advances, etc. We get paid when it becomes a success 🙂 

JV: Well thanks a bunch Asger, and I wish you two all the luck in the world!

On the viability of game design as a full-time job

Today, I’m cheating a bit, and reposting a discussion I’ve had with Asger Granerud of Sidekick Games (who you probably know from Flamme Rouge and 13 Days) last year for his own blog. I’m hoping to do two posts a week, Tuesdays and Fridays, and maybe the Friday post would be with a guest?

So to start this, here’s that discussion about what is a goal, a dream for so many of us: making game design a financially viable use of our time. It’s more business/finance oriented than I want things to be, but as this week is focused on manufacturer quotes and contracts and finances, it’s honestly hard to get my head into more of a design state for the post. Hopefully this is still useful to y’all!

JV: We had a discussion last week were you said that you are a full-time designer, and that it’s “viable to make a living designing games”, which I was surprised by: I feel like it goes against the zeitgeist of “don’t expect to make money from your games”.

AG: I know several people who have earned a living wage from game design in 2018, and none of them had games published prior to 2016. However, I also know people who have worked hard, and still haven’t gotten one of their designs signed. I don’t want to come off as insinuating it is easy, nor that a quick fix exists: I just want to say that it is doable.

JV: What do you think is the difference between those two groups? Is it just luck or timing, or is it something those designers could improve on?

AG: Luck and timing is a factor. It wasn’t a given that Flamme Rouge and its sports theme would find a publisher, nor that the publisher could make it a success.

I think the advice I would emphasize would be twofold:
– First and foremost, you have to look at your games as products. You could make the best children’s game in the world, but if it costs €1000 to produce it doesn’t matter. Effectively each game you are pitching is a business case for the publisher: if they don’t think they can make a profit, they are not going to publish it.
– Second, play the numbers and embrace rejection: don’t design 2 games, design 20; don’t pitch to 5 publishers, pitch to 25. These steps will hone your design skills, your pitching skills, and will build you a network.

JV: Why do you think the perception that there’s no money to be made in games is so prevalent in the industry?

AG: I think it is because a lot of people have that experience. They design a game, sell it to a publisher, and see a little money come into their account, but rarely enough to make a significant impact in their life, and sometimes even less than they had in expenses getting there.

Most games get 3-5K units printed, and then never get a reprint. On average you are probably earning 0.80 USD per unit (that number obviously varies wildly), so that won’t cut it unless you have a massive output. If you want to work on this full time, your ambition shouldn’t be to make a game that sells 3-5K: you need at least a zero after that. I haven’t tracked it precisely from the get go, but my guess is my games have sold around 200.000 copies in total so far, with Flamme Rouge as my breakaway leader.

JV: Speaking of games as products, what do you do to ensure that your games are viable products?

AG: At the end of the day, the question is if it has a place in the market, but none of us have a crystal ball. With 13 Days we knew that we wanted a game that could scratch our Twilight Struggle itch, but in 30 min. We guessed there were many other folks out there that perhaps didn’t have as much time as they wanted either. For other games, it can be spotting a similar niche, but it could also be a component, mechanic or other hook. Regardless of your hook though, you still have to make a good game.

JV: Do you ever need to work on games that don’t excite you as much, just because they’ll sell or make good products?

AG: I’m blessed to be an omni-gamer. I have my personal preferences, but generally I just really like playing games. I wish I would actually “know” which games would sell, but I don’t, therefore I try to make games that will make people happy. Sometimes that can be achieved by nuclear war, other times it will be jumping frogs, or shaking meeples around in a box.

The process of design is a creative outlet I enjoy immensely, in and of itself. Personally I don’t need additional motivation beyond that and the goal of spreading happiness!

On your personal experience:
JV: When were you able to go full-time?

AG: I went full time on February 1st, 2018. I had been designing games since 2012, and signed my first contract in 2014. By 2018, I had about 10 boxes on the market.

JV: How much (if at all) did your experience at Games Workshop help you?

AG: Personally, I think the Warhammer Community was much more influential in forming me as a game designer than my 2 year stint at Games Workshop HQ in Nottingham. I have been designing tournament systems, restrictions, campaigns, and scenarios for at least a decade before I started designing games, and I had been consuming other people’s work in similar veins.

JV: And in terms of contacts in the industry, did either of those experiences help?

AG: So far it has not made any difference. I have tried using some of them in the past, but nothing has come of it.

JV: What does an average week look like for you as a full-time designer?

AG: I co-design all my games with Daniel Skjold Pedersen, and have been doing so since 2014. From Monday to Wednesday, we meet and work from 9 to 16 (4PM). It is a mix of design, development of existing projects, prototype production, and publisher contact. Every other Friday we have a playtest session, the Superhero Meet-up, that runs from 16-22. Our time is generally scheduled around getting something ready for next Superhero Meet-up.

On top of that, we also have on average two or so impromptu playtest nights a month when we are in need or want to shorten the cycle. These are typically with other designers in the Copenhagen community. Some work also makes sense to do without Daniel and I having to sit together, so rulebooks, graphic design and other tasks may land outside the fixed hours. Conventions are also part of this, and often we end up working 16 hour days when there.

JV: How do you and Daniel share the design responsibilities?

AG: There are differences in what we do, but more from differences in ability: I can’t draw a stickman without being ridiculed, so Daniel does that. However, I can use the adobe suite, so I do that. This is often time consuming, so Daniel ends up writing slightly more rulebooks than I do. It just happened organically, we didn’t really plan it that way, and regardless of the task, we bounce almost everything up against each other.

JV: How many games are you working on at any one time, on average? Are they at the same point in their designs?

AG: On average, we have 3-5 active designs at any one time, in very different stages. At the highest, I know we have had meetings in the past where we covered issues on 10+ designs in one sitting.

JV: How many playtesters are in your regular Superhero group, and how did you build that group?

AG: Semi regular numbers probably reach 15-20, but on any given Superhero Meetup, we will have 4-8 of those attend. To start it, we bought a bunch of snacks, drinks, beer, and pizza and invited lots of our friends and network. Then we made a few one-time open invitations in board game groups in Copenhagen, and if people showed up they got invited to return.

JV: With that testing schedule, how long does it take you to get a game from first prototype to a pitchable state?

AG: There really is no formula. It can be days or years. Children’s games tend to be based on a single strong idea, and sometimes that is all you need to pitch a game. Generally the process stretches when complexity goes up, but even so bigger games can still be sold without being fully developed. Assuming it stands out and is already solid. No need to sink hundreds of hours into developing a cowboy game, if the publisher wants a space theme. If your core design is pliable enough, developing after the sale ensures you can merge the theme and mechanics.

JV: Convention-wise, what do you prioritize?

AG: Nuremberg Toyfair and Spiel Essen are the permanent fixtures in our calendar, though they are so close in the year that we might ditch Nuremberg going forward. Our ambition is to do a US-convention a year as well. Beyond that, we do attend others, but more as gamers than as professionals, though the blessing is that even that is considered work!

On the pitching process:
JV: How do you handle relationships with publishers? The pitching process is already very stressful, I can’t imagine what it would be like if I knew my next meal depended on those contracts!

AG: First, I don’t think they are stressful at all. Pitching games is the most stress-free sales I’ve ever done, simply because you aren’t actually selling anything. At best they are going to take a prototype, then they are going to take it home and test it multiple times, with people that weren’t even present at your pitch: the game has to sell itself. Now I’m not saying there is no skill involved in a pitch, but I just feel that knowing the game has to prove itself regardless of what I do and say reduces that stress.

Second, my next meal isn’t dependant on that contract at all. If I sign a game today, I’m not going to be paid for it for 2 or 3 years. Right now I’m living off the work I did the past 5 years, not the work I’m doing tomorrow. Moreover, it is a numbers game: lots of games, more meetings, and even more pitches. But what you get most of all is refusal: I think Daniel and I pitched ~120 times total, across 26 meetings, just at Spiel Essen 2018.

JV: How do you handle pitching multiple publishers, and the delay while they have prototypes?

AG: We pitch to lots of publishers at once, and we never do sell sheets. At most, about 10 different publishers have had the same prototype of one of our designs. That being said, we try to avoid that these days, not out of concern for the publishers, but because we don’t want to make that many prototypes!

If a publisher then offers to sign a game, we tell them they will have to wait 4-6 weeks. We immediately inform all other publishers with prototypes of the deadline, and then wait. This process is fully transparent and we have not received any pushback from publishers.

JV: And have your ever had to deal with simultaneous offers?

AG: Yes, twice. We asked both companies for draft contracts, and looked through those. Though the details of the contract matter, they still cover 95% the same concerns in slightly different ways. We are not looking for a bidding war, we are much more interested in the second thing we ask them for: their vision for the product.

Also, it is much more important if they have the right partners, if they answer emails, all the intangible stuff that doesn’t go in the contract. Each game you design is a tiny lottery ticket financially: so many factors go into its final success that are completely out of your control. Therefore, I think the most important part an established designer can start focusing on is developing relationships with the best publishers. They will possibly impact the success of your game more than you will.

JV: You said you design 30 games, of which you get 10 published, 1 of which is actually getting you long term money. Could you elaborate on that process?

AG: First off, that is just a rule of thumb: Daniel and I are trying to track our work, and even when we succeed, our numbers aren’t exactly massive enough to be statistically significant, but 30-10-1 sounds right over a two-year period. I’ll try and look into it later in the year, and see if there are any trends. I also suspect our hit rate is going up.

JV: You also talked about selling directly to customers: is that something you have experienced? Is that something you plan on doing?

AG: A fully different topic, where we’re moving away from game design, towards publishing. Right this minute there aren’t any plans to do so, but if there was a project too niche to fit into traditional publishing, I would consider it. I do believe designers have a possibility of reaching their audience directly, and when doing so you probably need to sell a 10th to make a living.

Tracks, tokens & score pads

I like score pads. I like that round at the end of a game where people tell me their scores, and we pay attention to who’s getting more points in each category, to the wild differences in some strategies. Then, we announce the winner and take a moment to look at the pad, which sort of tells a story about the game, about who used what strategy. Scoring pads are also a great reminder to new players of what is worth points at the end of the game.

I even made a Twitter poll to see who else liked Scoring Pads like I did:

Not that many people…

To me, there’s a time to use each of these:

  • Scoring tracks are for when most of the points come during the game, because it’s easy to move your marker during the game, and they make it very clear where everyone is situated compared to one another;
  • Tokens are for when a game either does not have a board, or when scores should remain hidden, and they give you a cool tactile aspect;
  • Pads are for when most of the scoring comes at the end of the game;
  • Memory is just a crappy method.

One game which defies these expectations is Between Two Cities. No points are scored during the game, yet there is no scoring pad; there isn’t a board, yet there aren’t point tokens. Instead, the game comes with a separate scoring track (which, by the way, is a great one to use with your prototypes), double sided with a snaking and a non-snaking side.

Picture from BGG user Sadistiko

I therefore reached out to the publisher, world-renowned awesome guy Jamey Stegmaier, and we had a really interesting discussion about this topic which he’s allowed me to share with you folks. I’ve sprinkled a few comments here and there. Enjoy!

JV: One of the things I think is not discussed enough is the impact of component choices on game design. You’ve been very forward about selling not only a game, but an experience, whether it’s the table presence of Scythe or Tapestry, or the tactile aspect of the dice tower in Wingspan. One thing I’m intrigued about is the choice to go with a score track rather than a score pad for one of my favorite games, Between Two Cities. Was it pitched to you with a track, or did you decide to go that route in development? Can you talk about that process and why you made that choice?

JS: It’s been a while, so I honestly don’t remember if the track was my suggestion or something that Ben and Matthew proposed. I do remember, however, discussions about how we could create a collective experience at the end of the game instead of the more private score pad experience. We found that using the track felt like a race at the end, which was fun, so we stuck with it.

I do agree: one thing that can happen with score pads is that one person catches all the numbers, then adds stuff up while others talk about their weekend, and then shares the result: by then, nobody cares. I don’t think it’s universal: I usually have people caring about the numbers they call out, going “How can you score 48 for your frogs, I only got 18 and I had almost as many as you did!”, or patiently waiting until they can drop their “yes, 8 magicians times 12 runes is 96 points” and everyone’s jaw dropping.

But there also have been times where no one really cares. If I had to guess, it’s either because they already knew the end result (or at least that they weren’t in the running), or because the accountant did it all privately. Or maybe some people just don’t like it, and that’s okay too.

JV: Between Two Cities’ central conceit, the “Score your lowest city”, means that there’s this extra step between scoring the cities, and then determining the winner. Is that part of why you pushed for the track?

JS: I think the visual of the track helps to identify your scoring city, but that mechanism wasn’t a primary motivator for creating the track.

I also want to mention one of my favorite aspects of the track, which is that it’s double sided with snaking scoring on one side and non-snaking scoring on the other. One of my friends and playtesters greatly prefers score tracks where it’s really easy to jump up in increments of 10, hence why we offered that option.

JV: Since you offered both, how many people would you estimate preferred the snaking vs non-snaking track?

JS: I’m guessing more people prefer the non-snaking track.

I personally have a strong opinion about snaking vs non-snaking. I think snaking tracks too often lead to errors while counting, where you go back instead of forward, or up a row to do +10 but actually get +20. I definitely side with the non-snaking.

JV: Between Two Cities has a player aid with the 6 building types and how they score, which suggests scoring them in that order. Why did you go with that order? Did you playtest other options?

JS: As far as I can recall, I think Ben and Matthew selected that order because of how playtesters perceived the value of the different buildings. Mathematically they’re almost perfectly balanced, but player perception is different. Playtesters perceived houses to be more valuable than shops, so shops were the first tile tiebreaker (and houses are the last).

C’mon, we all know Houses are stronger Jamey!

JV: For Between Two Cities’ younger-yet-bigger brother, Between Two Castles of Mad King Ludwig, you decided to go with a score pad instead of a track. Why is that?

JS: The scoring of Between Two Castles is much more involved than Between Two Cities. Instead of scoring groups of tiles one at a time, you’re scoring each individual tile. Scoring would have taken a LONG time in Castles if it was done collectively.

JV: Overall, Stonemaier games have used multiple components to track scores: coins/tokens (Scythe, Euphoria), tracks (Tapestry, Viticulture, Between Two Cities, Charterstone), score pads (Between Two Castles, Wingspan). What feature of a game makes it a better fit for each of those?

JS: As you can tell, I generally stay away from score pads, but sometimes—particularly in games where there is no board or scoring resource like the coins in Scythe—it’s simply a good backup to use. I think tokens are nice because they obfuscate the winner—that’s good in games with direct player interaction. A track on the board is nice it’s really important to see scores at any given time or when scores can grow quite high. For Tapestry for example, I knew it was going to be a high-scoring game with scoring throughout the game, so I don’t think I considered anything other than a track.

The amount of points is interesting and something I hadn’t considered. In games with scores in triple digits, you need a LOT of tokens of different denominations to keep track of it all, and it gets into change making, and that’s all quite annoying.

While I had one of the great designers of our era with me, I veered the discussion in a bit of a wider topic:

JV: Did you go through a similar process with the resource tracks in Tapestry, vs using bits/tokens?

JS: On the tracks, I thought the resources would feel more macro—a broad look at your civilization, opposed to games where you’re collecting individual resources by harvesting, cutting down trees, etc.

JV: Oh, I hadn’t considered that at all! I wasn’t a fan of the tracks –I like to be able to plan out my turns by physically grouping the resources I’ll need to pay–, but it does give that macro feeling!

JS: Ah, that’s an interesting point about planning for your next turn. It’s a good thing for designers to consider! You should probably mention that in your article.

Guess I will! Especially in games where you get LOADS of resources in one go, and then have to then plan your use of them in the near future –like Terra Mystica, Underwater Cities, or Tapestry–, I much prefer being able to move them around to make sure I don’t budget the same stone in two places. That being said, this is a great example of Adjective theme.

JV: Did you go through a similar design process with other components in your games? Wearing both the designer and publisher hat, how early in a design do you consider the component types you’ll use?

JS: In terms of components in general, I think about them from the earliest stages of design, as I strongly believe in the power of a component hook (and components that make it easier to play and remember how to play a game). I don’t think that necessarily carries over into the scoring mechanism—that’s often one of those components that the game evolves into (I haven’t ever designed around the scoring mechanism itself).

JV: This was very helpful. Thanks for agreeing to this!

Wasn’t that fun? Subsurface Games’ first guest feature!