Slashdot Mirror


'The Door Problem' of Game Design

An anonymous reader writes "Game design is one of those jobs everybody thinks they can do. After all, they've played a few games, and they know what they liked and disliked, right? How hard could it be? Well, professional game designer Liz England has summed up the difficulty of the job and the breadth of knowledge needed to do it in what she calls 'the door problem.' Quoting: 'Premise: You are making a game. Are there doors in your game? Can the player open them? Can the player open every door in the game? What tells a player a door is locked and will open, as opposed to a door that they will never open? What happens if there are two players? Does it only lock after both players pass through the door? What if the level is REALLY BIG and can't all exist at the same time?' This is just a few of the questions that need answering. She then goes through how other employees in the company respond to the issue, often complicating it. 'Network Programmer: "Do all the players need to see the door open at the same time?" Release Engineer: "You need to get your doors in by 3pm if you want them on the disk." Producer: "Do we need to give everyone those doors or can we save them for a pre-order bonus?"'"

9 of 305 comments (clear)

  1. Article is empty by Noughmad · · Score: 4, Insightful

    The article doesn't really say anything. For starters, it took me a while to realize she's talking only about computer games, and then even more specifically only about first person adventures / RPGs. From what I understood from the list of problems, I got that you decide on game mechanics and then generally boss people around.

    --
    PlusFive Slashdot reader for Android. Can post comments.
    1. Re:Article is empty by O('_')O_Bush · · Score: 4, Insightful

      I couldn't distinguish her "doors problem" from any other mundane problem in a complex system that some of us deal with every day.

      --
      while(1) attack(People.Sandy);
    2. Re:Article is empty by tepples · · Score: 4, Insightful

      Perhaps the door analogy is her way of expressing what it's like to have a "mundane problem in a complex system" to someone who has never faced a system as complex as a video game.

  2. um by Charliemopps · · Score: 4, Insightful

    Those issues sound like any feature in any other software project I've worked on...

    Are there "Save" buttons in your application?
    Can the user click them?
    Can the user click every button in the application?
    What tells a user a button is click-able?
    What happens if there are two user?
    Does it become read only after both users click it?
    What if the UI is REALLY BIG and controls can't all exist at the same time?'
    'Network Programmer: "Do all the users need to see the record save at the same time?
    Release Engineer: "You need to get your buttons in by 3pm if you want them on the disk.
    Producer: "Do we need to give everyone those buttons or can we save them for phase 2?

  3. Easy answers by DeathToBill · · Score: 4, Insightful

    I'm not convinced by TFS. The answers are, roughly:

    1. 1. Are there doors in your game? Let's say for the moment there are.
    2. 2. Can the player open them? Yes. If you have doors in a 3D game and they don't behave like doors, you have failed.
    3. 3. Can the player open every door in the game? Yes. See point 2.
    4. 4. What tells a player a door is locked and will open, as opposed to a door that they will never open? It's a door. It opens.
    5. 5. What happens if there are two players? Doors behave the same for all players. It's a door. See point 2.
    6. 6. Does it only lock after both players pass through the door? See point 5.
    7. 7. What if the level is REALLY BIG and can't all exist at the same time? Then your technology is not good enough to implement your vision and one or the other needs to change. See point 2.

    Am I the only one who finds arbitrary restrictions in games, either because the technology couldn't cope, or because the game designer knows how you want to play better than you do, or just because, really annoying? If there's a door there, it should open. If it won't open, there shouldn't be a door there. How hard is this? Putting a door there that's never going to open just frustrates the player and destroys the suspension of disbelief. It reminds them that they're not really in this world they can see, they're in some arbitrarily limited construct devised by a "product manager" at some company to try to screw a few bob out of them. Of course there need to be some limits on the world, because the technology isn't infinite; good game design should make those limits look natural so that the player never even notices that the limit is there.

    Tomb Raider games are amazingly annoying - some things you can jump and grab, some things you can't. The only way to tell is to jump and try grabbing it. If it doesn't work, maybe you can't jump and grab that thing, or maybe you just didn't quite get it right. I know, I know, this is not the point of Tomb Raider games, Lara is, but still...

    --
    Slashdot - News for Nerds, Stuff that Matters, in ISO-8859-1 Has just realised that beta makes this signature redundant
    1. Re:Easy answers by Anonymous Coward · · Score: 4, Insightful

      Sorry, DeathToBill, but you failed her test.You're making the classic wannabe game designer mistake of putting technical issues and your interpretation of realism above all else, because you don't like "arbitrary restrictions." So, so many games have failed because of designers who thought that way.

      What you're saying is that you can't build a game with doors unless they're all openable and there's actual stuff behind them. For starters, that just blew your level design budget by 2x, so you need to trim somewhere else to make that back. Second, you don't want players getting bored walking into all these useless areas that you added just so there wouldn't be unopenable doors, and now you need to work that area into the game design itself. Your scripting budget has just gone up substantially.

      While one person has a hang-up about doors, other people will be obsessed with arms clipping door frames (requiring some kind of IK solution), that you're putting things into a backpack that wouldn't fit in real life, and others will hate the fact that cars have infinite petrol. The end result is you make an unfun mess that a couple of purists praise as "realistic."

    2. Re:Easy answers by ildon · · Score: 4, Insightful

      In real life, there are plenty of doors for which you will never find the key lying around. More importantly there, are millions (billions?) of doors that are of no interest to you, ever. In a video game, it would be very difficult to set up a series of long term societal detriments for going around trying to open every door, or to easily express to the player why the character they're playing has no interest in one door vs. another, or why what's behind most doors is not of interest to the gameplay or the plot of the game. But it'd also be extremely strange to walk down a city street environment and have there be no doors into any of the surrounding buildings. So we put up false doors as window dressing so the environment looks familiar, but then we build a visual metaphor that lets players see at a glance which doors are unimportant so they don't bother to try them. This can be by leaving them as a flat texture instead of modeled, making openable doors a different color or have specific lighting or highlights, making openable doors have handles and unopenable ones not have handles, or as the article suggests, putting rubble or something (depending on the context of the game) in front of unopenable doors. You can even make unopenable doors make a specific sound effect when approached, such as the sound of a handle jiggling on a locked door, or the sound of the character specifically saying "It won't open," etc. (although only communicating it once the door is approached can be tedious for the player).

  4. Re:Will the door have windows? by BasilBrush · · Score: 4, Insightful

    I don't think so. What makes a good simulation of real life doesn't tend to make for a good game. Real life is mostly boring, which is why people turn to games in the first place.

    There are categories where maximum reality is desirable, but they tend to have "simulator" in the name. Flight Sim, Formula One Sim, Train Sim, Theme Park Sim.

    But what people usually want in games is problems to solve, and/or skills to develop, to make progress, all at a level that tests their ability at nearly all times, but doesn't overcome them. And trying to be more realistic only limits the amount to which you can do these things.

    Take the article's example of a door, and the question of how you can tell if it's a locked door or not. In reality, you can't tell whether a door is locked without trying to turn the handle and push it. But in games it's usually better if you can tell by looking whether a door is unlocked and openable. There are plenty of games that go for the reality route, and you have to try to open all the doors to find the openable ones. And it's a tedious task that rarely adds anything to the gameplay.

    Another example is the concept of health levels, multiple lives, and re-spawning. Remember the US army created a game of their own called "America's Army". It was as realistic as the could make it, including the fact that you get shot once, and you are dead, and you couldn't rejoin the multi-player game until it was over. And that made it a dull game, as you typically spent half the time waiting rather than playing.

    As you say, you like Metroid (I guess Metroid Prime?) which was far from realistic. But yes, a great game.

  5. Re:Will the door have windows? by BasilBrush · · Score: 4, Insightful

    It's funny. In he intervening years, text adventure authoring has come a long way. It's now possible to create games in a near English functional programming language.
    http://inform7.com/

    BUT the games compile down to the age old Infocom game file format, and so are limited to the ancient concepts of wandering between rooms and manipulating objects. And whilst the range of user input that can be understood has expanded, it's still just combinations of "verbing" and "object" or moving by compass directions.

    Still, some authors have managed to be creative even within this limited game engine, and create games that don't APPEAR to be simple rooms and objects games.

    I wonder, would a truly unlimited interactive novel be fun to play? It could be tested out by a kind of Turing test scenario. Have a player play such a game, and have a real novelist provide the "game" text. Of course such a thing would entail the player waiting a considerable time between "moves". But it would mean that their input would be boundless, they could do anything in the "game".

    Considering how hard it is for most authors to get things published and make a living whilst they are writing, this might even be a feasible real way of gaming, allowing authors to make a small income whilst doing their chosen activity. Though it would need to be a pay-per-move system.