In praise of thresholds

An old-school simplistic definition would state that games are about choices;  that “gameplay” consists solely of the set of choices which can be made by a player.  You can see how someone who thought of games as being Chess or Backgammon or Go might define a game in this narrow way.

A more modern definition would also point out the role of mechanics;  that not only must the player be able to make a choice, but he must also be able to carry out that choice, as can be tricky in games like Jacks, Jenga, or Tiddlywinks.

An even more modern definition would advocate for the importance of setting;  that not only must the player be able to make a choice and to mechanically carry it out, but that the choice must exist within some external context to imbue that choice with meaning that extends beyond the boundaries of the game itself.

Today I’m going to be talking about choices.  I’ll leave mechanics and settings for another day.  Warning in advance:  this is kind of a long article, focusing on game design theory and practice, which I’ve been writing for the last few months, just trying to get it all straight in my own head.  Click through if you’re interested.

Picking and Optimising

It seems to me that in games, there are two different types of choices.  I’m going to call these types picking and optimising.

Picking is when you are given a choice between a small number of drastically different things.  For example, at the start of each level in Super Mario Brothers 2, you may select one of four characters to control, each of which works in very different ways.  In chess, you may move only one piece, and when you move it, you must move it into one of only a few legal spaces on the board.  These are situations where you must carefully pick what to do from a limited set of options.

Optimising is when you need to pick the best option out of a very large (often infinite) number of similar things.  For example, when playing Quake, there are an infinite number of spots in a level where you could stand, or in Scorched Earth, you can aim freely and apply any amount of “power” you wish to your shots.  In these situations, you are not picking amongst a small number of different things;  instead, you are trying to divine and select the best option amongst virtually infinite possibilities of generally similar things.

Feigning

Sometimes games will camouflage Picking as Optimising .  For example, in the original Mortal Kombat, there were precisely 32 places where a character could stand — half as many positions as there are in a game of Chess!  In Mortal Kombat, when you pressed left or right on the joystick, your character would move into the next legal place to stand;  it was completely impossible to stop anywhere other than these 32 fixed positions.  But most players never noticed this.  We were all so used to fighting games where a player could stand anywhere we liked, that we didn’t notice this coarse grid of legal standing positions that we were being forced into.

On the other hand, sometimes games will camouflage Optimising as Picking .  This is usually done by providing many separate Picking-style choices which are only important in that they sum up to become a single Optimising-type result, as in selecting equipment for a World of Warcraft character.

With these definitions out of the way, my assertion in this article is that players find Picking to be more interesting that Optimising.

Choices matter

As I mentioned before, it’s important for the choices in a game to matter to the player.  Players don’t like being asked to make choices which don’t matter, and they much prefer spending their time making decisions that matter a lot, compared against making decisions which only matter a little.

Or to put it differently, players prefer to be given big choices like “you can have either a lightning attack or a health surge” than small choices like “you can have either a +2% damage-bonus-vs-void or a +2% damage-bonus-vs-light”.

So this is a problem for us in the games industry.  Players like the big, chunky choices, but big chunky choices are often very expensive (by which I mean “time consuming”) for us to create.  They usually require us to create a lot of content and art assets which many players will never see, whereas the smaller optimisation choices can usually be handled with a single set of game assets;  either by positioning things precisely or aiming or simply displaying a number or bar graph;  these things are all relatively easy and inexpensive for us, as game makers, to provide.

So here’s my thinking:

Many choices are expensive for us to provide

It’s most efficient for us to give the player optimisation choices, because those are the easiest choices for us to create and provide to a player.  But as a player, we really want picking choices, because those feel like more important and more interesting choices.

So wouldn’t it be great if we could take an optimisation choice and actually turn it into a picking choice?  Not just fake it like World of Warcraft does, but actually for real turn an optimisation choice into a picking choice, without all the extra labour of creation that those types of choices usually require?

As you’ve probably guessed by now, I think that the answer is thresholds.

Thresholds are boundaries in an analog system.

When thinking about the splash damage that you’ll take from the explosion of a rocket that’s being fired at you, in a normal FPS you’ll think “the further away I am from where the rocket hits, the less damage I’ll take.  So I want to be as far away as possible”, and so your best move is always the same:  move as far as possible from where the rocket will hit.  It’s a simple and straight-forward rule.

But what if we introduced a threshold, and said that if you’re within ten meters of the rocket blast point, you’ll take full damage, just as though you’d been hit directly.  But if you’re even a millimetre further than ten meters, you’ll take no damage at all.  We’ve taken what was an analog damage value, and made it binary;  we’ve taken an optimisation choice where each moment to moment adjustment of position changed the damage value by a very small amount, and turned it into a picking choice where each moment to moment adjustment of position didn’t affect the damage at all;  unless you happened to move out of that ten meter range, in which case suddenly damage is eliminated altogether.

Under the system with the threshold, the player suddenly needs to think more about strategy than he did before;  will the player be able to reach a ten meter range in time?  If not, there’s no point in trying to dodge the rocket at all; he’s better off trying to retaliate immediately.  And if he will be able to escape in time, then there’s no point to trying to get any further than ten meters away;  the whole automatic “just run as far as possible until the rocket explodes and the danger is over” response has been short-circuited and replaced with a more interesting set of decision-making, just by introducing a threshold into a gameplay mechanic that we already had.

What’s more, if we’re the one firing that rocket, suddenly we no longer always want to fire straight at our opponent or even where we predict him to be;  no, we want to maximise the amount of space that our ten meter radius sphere of splash damage will cover, to make it as difficult as possible for our opponent to dodge it.  It’s not important any more that we hit as close as possible;  now it’s important that our opponent cannot escape the ten meter radius from where we aimed.  What was a rather simple game mechanic before has suddenly ballooned into a really interesting strategic confrontation, simply by turning a single interaction from being analog to being binary.

Where this all came from

I started thinking about this many months ago (I started writing this post at the start of March, believe it or not), when there was a lot of discussion in StarCraft 2 about a mechanic which allowed Terran players to salvage their defensive bunkers as they were being destroyed by an opposing army, recouping all of the resources that had been spent on them.  I won’t go into that too much, except to say that it used a threshold to determine whether or not the Terran player would recover the money he paid for a bunker.

Many players thought that it was unfair that someone could get their money back for a defensive structure that was about to be destroyed by the opponent, and that the money which came back should be proportional to how much health it had remaining when it was salvaged.  But the more I thought about it, the more I thought that the threshold approach gave a much more interesting all-or-nothing play dynamic, than simply “the more damage you do, the less money he gets back”, which is kind of dull and one-dimensional.

Close to home

And the more I’ve been thinking about it, the more I’ve been realising that my still-in-progress game MMORPG Tycoon 2 has been suffering from exactly these same problems.  It’s a game which lets you move trees around with millimetre accuracy, but the difference that that sort of precision makes to the game is absurdly subtle.  It lets you paint colours on the ground, but those colors don’t actually do anything of serious consequence.  MMORPG Tycoon 2 feels to me like its design needs a bit of chunking;  not removing of the ability to place objects exactly as you like, but perhaps framing those choices so that it’s obvious which choices are important, and which ones are not.

It’s like how there are an infinite number of places where you can place a piece on a chess board, but we draw lines on the board to divide it into 64 spaces.  And really, which of those 64 spaces the piece is in is what’s important.  Everything else, well, that’s just aesthetics which a player might care about, but which the game does not.

Because picking between finite discrete possibilities is crisp and interesting.  And simply trying to optimise for the best outcome.. is rather less so.