Elder Game: Beginner’s Luck and Expert’s Intuition

From Project: Gorgon Wiki
Jump to: navigation, search

This Blog Post was part of the Elder Game blog. It was posted by Citan on January 12, 2011.

Previous Post: Elder Game: Ready the Meat Sacrifices
Next Post: Elder Game: Why We Need More Women Developers

Additional Blog entries can be found on the Developers page or in Category:Game Blogs

We’ve all grouped with great healers. It’s not really very hard to be a great healer: just keep track of all the little health meters and make sure nobody dies. But have you ever been in a group where the healer is just amazing? Your group is doing content way out of your league, but somehow, amazingly, you survive. The healer knows just the right moment to use his 30-minute emergency heal, when to stop healing in order to recover his juice, when to chain-heal the DPS and let the tank drop to critical levels. And just once — the one time in a million when this is the right thing to do — he gets out his friggin’ axe and starts doing damage instead of healing. And it works. How does he know what to do? Expert’s Intuition.

Intuition vs. “Luck”

It’s unpopular to talk about intuition, I guess because intuition is unconscious, which makes us uncomfortable to think about. We like to think of our conscious mind as “ourselves” and minimize the role of unconscious processes like intuition.

But intuition is what separates an expert from a novice. If you’ve ever done any sports, you’ve been told that you need to train your “muscle memory”. Well, muscles don’t have memories. You’re training your unconscious mind to do things without needing direct conscious involvement. You’re training your intuition.

Beginner’s Luck is the opposite of this. Beginner’s Luck happens when your intuition has no clue how to do something, so your conscious mind has to handle every aspect of it. And you do pretty well, too: above average, anyway. But once your brain starts to figure out some patterns, your conscious mind does less and less of the work, and Beginner’s Luck fades away.

But if you keep practicing, you come out the other side with an intuition that’s better than Beginner’s Luck could ever hope to be. (You don’t see people win tournaments with Beginner’s Luck.)

Pac-Man Intuition

A simple example: I’m a very good Pac-Man player. But when the newest Pac-Man came out (“Pac-Man Championship DX” for the XBox 360), it had new mechanics I’d never seen. My first score was great: “Beginner’s Luck” kicked in. But after that, my Luck faded immediately. It took a while for me to beat that first score — my intuition thought it knew how to play, but it didn’t. For a while, I was probably playing worse than someone who’d never played Pac-Man before. My unconscious mind was outsmarting me.

After a while, it caught up. Now my scores are near the top in every map (not quite #1 on any of them, but close). But here’s my secret: when I’m paying attention, I almost never beat my high scores. It’s only when I’m distracted, thinking about some coding problem or design challenge, that I get the near-perfect game scores. In fact, it often comes as a surprise: I’ll suddenly realize that the game has ended and I have a new high score. Sometimes I don’t even remember playing it at all, and I have to watch my own replay to see how I did it.

It’s eerie. My Pac-Man intuition corrects for ghost movement faster than I can even consciously recognize ghost-pattern deviation. It’s really good at this silly game. But I wasn’t born with Pac-Man skills. I just trained my Pac-Man “muscle memory.”

I’m sure you’ve had similar experiences with games you play a lot, be they driving games, Chess, or an MMO. Even “pure logic” puzzles are no exception. Masters of the game of Go use their intuition to an incredible degree.

Designing for Intuition

Intuition is a really important part of how we play games, but we don’t think about it very often, even when designing them. The good news is that every game will automatically benefit from unconscious learning… in fact, we seem incapable of making games that DON’T benefit from intuition. But we can still make better games if we’re aware of its existence. For instance, here are some things you should consider:

- Breaking game conventions is problematic if you’re disrupting people’s muscle memory. I can’t recall the name of the DDR clone where the position of the up and down arrows was swapped on-screen, but that was really annoying. That subtle change wasn’t worthwhile: it broke muscle memory for no benefit.
- Anticipate that experts will play better than you. Most MMO designers don’t have the luxury of playing each class in their game for hundreds of hours like players do. So there’s a tendency to play them for dozens of hours and then calculate their ability curves based on that experience. The problem is that after hundreds of hours, players will amaze you with their reflexive use of the verbs you gave them.
- In general, a game that requires a longer period of “mental training” will be considered “harder” than a game that is easy to pick up. We even use the word “intuitive” to mean “my unconscious mind already knows how to do it”. Fighting games might be the most extreme example of this: there are at least three subgenres of fighting game that are differentiated by how important muscle-memory training is. (All fighting games benefit from muscle memory, but in some games, it gives you a HUGE advantage, while in other games the benefit is relatively minor.)
- We feel an inherent pleasure at exercising complex intuition-driven behaviors. Consider the difference between Gran Turismo and Blur. Most would say that Blur is a more intuitive racing game, and I kind of suspect that most people would find Blur to be a more fun game than Gran Turismo for the first twenty hours of play. But at some point, when you intuitively know how to shift gears and drift, the act of playing Gran Turismo becomes inherently fun in a different way. It just feels good to know how to handle the vehicle at this intuitive level. It’s a different kind of “feel good” than you get from shooting your enemy with rockets.

I think I could go on and on about this topic. But the point is that it’s often worthwhile to consider game development from this angle. It will make some design decisions easier.