Slashdot Mirror


On Luck and Randomness In Games

Gamasutra has an article analyzing random events in games, and how they can add or subtract to a player's experience. It looks at the different ways luck plays a part in games; from landing a critical strike instead of a miss to the scatter of a shotgun blast to waiting for that blasted straight piece in Tetris. "Game developers are sometimes faced with similarly challenging decisions when contemplating whether to include some kind of deliberate randomness. For example, in the video game Unreal Tournament, when a player shoots at a target with the 'enforcer' weapon, the projectile does not necessarily hit the point that is aimed at; a random deviation is added that scatters shots. This introduces a degree of realism from an observer's perspective and no doubt gives beginners a fair chance against more experienced players, but it can also potentially frustrate skilled players."

2 of 156 comments (clear)

  1. Incorporate Psychological Hacks by bazald · · Score: 5, Informative

    I recently had the opportunity to hear Sid Meier talk about random events in the Civilization series. It is unfortunate that this article doesn't mention any of his insights regarding player's psychology when it comes to "luck".

    Apparently the average player expects to win regularly, even if probability allows for long strings of losses. If you lose two even fights in a row in a game of Civilization, you are literally guaranteed to win the third, IIRC. This is how their "karma" system is implemented.

    Additionally, players expect a fight of 30 vs 20 to be much more of a sure thing than a fight of 3 to 2, even though the ratio is the same. Apparently you ought to get some sort of boost when the numbers are higher in order to satisfy most players. This actually makes a degree of sense to me, because I would expect the variance to be less in the first case, but he didn't address the issue and I didn't ask.

    This article gives an interesting categorization of the types of randomness and luck that can exist in games, but it appears to do little to address these ideas. This is too bad, really. It might be interesting to see how these hacks affect these probabilistic features of Civilization according to their charts.

    --
    Insert self-referential sig here.
  2. WoW combat table by nekozid · · Score: 4, Informative

    Example 4 - A player of World of Warcraft shoots accurately and delivers a Critical Strike. (Once a strike is successfully inflicted on an opponent within World of Warcraft, it has a probability-based chance of inflicting double damage; any such Critical Strike that occurs is reported to the player by an on-screen text message.)

    Except that isn't true. The result of an attack is derived from a single roll. It gives rise to the property of defense being able to 'push' critical strikes off of the combat table by raising the chance to be missed, as the roll needed to score a critical cannot occur.

    Yes I have no life.