Skip to Content
 

Video (screencast) Are you Designing a Game, or Throwing one Together?

https://youtu.be/USZQipf4GLM

https://youtu.be/UOUItO3uCSk

Here is the text of the slides. The entire presentation (over 15 minutes), obviously, contains more than this text.

Are you Designing a Game, or Throwing one Together?
Dr. Lewis Pulsipher
Pulsiphergames.com
“Game Design” channel on YouTube

This is Really Important
Yes, there is creativity in game design, but it may amount to 10% of the whole
The rest is more or less engineering: identifying problems, proposing solutions, testing the results of those solutions, and so on
Scientific method is involved, more or less
It is not trial and error
(I use the meaning prevalent when I was young, that of guessing what might work, then checking to see if it does)
There seems to be a notion now that trial-and-error is more or less scientific method: NO!

It’s not a Guessing Game!
Let me use an example from programming to illustrate
While I was a college teacher, I substituted for a teacher who was ill in a beginning programming class
The students had a program to work on, so I walked around trying to help
In general, their program didn’t work
Programming is very logical. The proper response is to figure out the program flow, identify where it went wrong, change the program, and test the solution

It works the same way in game design once you’re playing a prototype
That “identify” might include some intuition, and the solution might involve some creativity, but mostly it’s logic
But the students?
Rather than try to figure out why it wasn’t working, they just guessed, changed the program, and compiled it again to see what happened
If that didn’t work, they guessed something else
They were using trial and error (guess and check)
And they were frustrated, of course
So I tried to show them how to figure out the logic and flow of the program, rather than guess

Methods
Certainly, different people have different design methods
Some design more “from the gut” than via logic, hypothesis, and test
Nonetheless, if you are actually designing something, you are primarily using your brain, I think (I hope), not just inspiration
Inspiration is not very reliable! It comes and goes
And the more you treat modification as an engineering problem, the more efficient you’ll be

Art versus Craft
The more you think of a game as art rather than craft, the more you may be inclined to rely on inspiration and intuition
Perhaps we should call that “game creation” or “game inspiration,” not “game design”
Practically speaking, though, it’s mostly craft once you have a playable prototype

NOT throwing things against the wall to see if they stick
Trial and error amounts to “throw things against the wall and see what sticks”
This is a terrible way to solve a problem, if you have any alternative
I’ve seen this dramatically illustrated

Egregious Example
A beginning designer had his simple (< 30 minutes, cards and scoring only) card game playtested by players new to the game
The game has already been successfully Kickstarted, but clearly was far from done – most of the cards were hand-written (not even computer generated), for example
As he started the game (he played – also an error in my view) – I saw that he had no rules with him
His response was, he played it 6 or 7 different ways, and was changing it to satisfy backers as well
My comment: already Kickstarted and the rules writing wasn’t being tested, since they weren’t even at hand

But then he said he was trying out a particular rule change
How can you try a change when the rest of the game isn’t stable? You’re only trying with one of those half dozen ways to play!
When you playtest you playtest the whole game not just the part that you're experimenting with
The next question was, “how are you recording the results of the playtest”?
He usually had a notebook, he said, but not today

Though he did have a laptop on which he took notes after the game ended
By the way, this game involved player elimination – NOT desirable nowadays, even in a 30 minute game
And though it was a scoring game, the designer hadn’t bothered to bring the scoring devices, so everyone scored on their smartphones!
This is just sloppy. You’ve got to test the actual game, not substitutes!

Obvious Flaws
It was a card game of direct attack on other players (in a more than two-sided game)
There was no constraint on whom you could attack
So while I didn’t watch the game much, I asked afterward if there was a strong tendency to attack the leader
The answer from the players was “yes”

Leader-Bashing
The game suffered from leader-bashing, but I’m not sure the designer recognized that term when I used it, and only had glimmerings of why it was undesirable
Then people suggested solutions, but the first (only attack those adjacent) would have pretty drastically changed a game that’s already Kickstarted!

Why is leader-bashing undesirable?
It takes most decision-making out of the game
It makes people want to sandbag
It’s dull because it’s predictable

Part 2

What we have here is a case of somebody throwing things against the wall to see what will stick
He tries to playtest the game in various ways and see what seems to work better
That’s Trial and Error (in the older, undesirable, sense)
And it helps show that Kickstarter is often about ideas and intentions rather than about an actual game
The art (he had it for a small number of cards) looked good, and that probably helped the KS a lot

Here’s the proper way to go about this, not just trying this and that, with a fairly detailed borrowed diagram, and with a simpler version:
[diagrams]

Or more simply
[Diagram]

Scientific Method
Wikipedia’s description of the scientific method (accessed 14 April 09) can be taken as a guide to what you’re doing as part of (but not all of) this design process:
“To be termed scientific, a method of inquiry must be based on gathering observable, empirical and measurable evidence subject to specific principles of reasoning. A scientific method consists of the collection of data through observation and experimentation, and the formulation and testing of hypotheses.”
This is a large part of the replan and especially the monitoring tasks

But More Than That
Unlike scientists, in most cases you must rely on fewer testing iterations
These are more like usability tests than scientific experiments (Nielsen-Norman group: http://www.nngroup.com/articles/ or alertbox.com)
On the other hand, you’re making changes in a design, as well as experimenting to see what happens

An Analogy
This engineering versus trial and error is comparable to how people learn software or home appliances/electronics
I read the manual (shocking). It’s amazing how much you can learn that way. And far more efficient
Most people just dive in and try things
Or simply remain ignorant
The engineering style of game design is like reading the manual. The T&E method is like diving in and trying things – much less efficient
Yes, not reading the manual is easier
(And yes, I prefer to read the rules to a game in order to learn it, unlike most people)

Education
I’ve discussed this cycle at length in my “Learning Game Design” course on Udemy.com
The major point to make here is that you follow a process that relies on solving problems you’ve identified
But you also have to know what kinds of problems might occur
Such as leader-bashing in a card game
Or many others – which is why I make so many of my videos, to educate people about those possible problems

Method
Trial & Error (guess and check) is poison unless you have no choice but to use it
If you rely heavily on intuition, more power to you
But that’s not something we want to teach to aspiring designers
If you think it’s all about inspiration, I think you’re “dead wrong”, any more than getting ideas is all about inspiration
You have to work at something to do it well consistently, not hope to be bailed out by random flashes of brilliance

For me as a teacher, I want people to understand a good method, and “inspiration/intuition” or especially trial and error are not good methods.

Comments

I love this. I was smiling to

I love this. I was smiling to myself all the time while reading this.

I'm an analytic mind, and not much of a people person. So one thing I use T&E for is to gauge the player moods (as there's pretty much no way to go about it scientifically).
I try to gather up stuff that made the players feel good and bad, and try to make adjustments based on that.

Great read. I thought I was

Great read. I thought I was the only one here that actually plans ahead. Instead of just play test all the time.

You have no idea how frustrated I was, when hearing all the time. That I "just had to play test things".

X3M wrote:You have no idea

X3M wrote:

You have no idea how frustrated I was, when hearing all the time. That I "just had to play test things".

You have to play-test things.

T&E should not be a way to find a solution, true.
But there is no way to tell if your solution is working or not, without sufficient testing.

Testing is important...

Testing is important, but there has to be some thought into it. You can't just throw stuff together and hope it sticks (like he said).

When I was developing my game, I took notes on what were inherent issues (even slight) that people had with the game. For weeks I would think of thematic solutions, but not test them...mulling it over in my head, testing it, finding possible outcomes. Then I test the theory and see if it sticks, giving time for my testers to break it.

One of these things was the advent of the "retribution token" in my game. It gives a ship a "+1 attack" to their next attack if their first attack missed. Originally, I had it stack 3 times...so a player could essentially be more of a threat the more they missed. In testing it was great, but the potential was high to take advantage and completely overpower in upwards of 21 points (each ship had 12 HP), so I limited it to 1 per ship max.

I've perused through the myriads of videos this guy has made. While not very flashy, the guys definitely speaks from experience. Gotta hand it to you, lewpuls, you found a gem there!

I'm surprised that I didn't

I'm surprised that I didn't quite recognize how widespread this "throw things against the wall" style is, even though I taught (video) game design for some years. I think what really hit me was that the game had already been Kickstarted, but was in this state.

I release one video a week on my "Game Design" channel (http://youtube.com/LewGameDesign). Most of my videos are only in my online courses, not on the channel. Information (and discounts) at pulsiphergames.com.

Fantastic! I'm an up and

Fantastic! I'm an up and coming designer and I completely agree with everything you wrote here.

Awesome!

lewpuls wrote:
I'm surprised that I didn't quite recognize how widespread this "throw things against the wall" style is, even though I taught (video) game design for some years. I think what really hit me was that the game had already been Kickstarted, but was in this state.

I release one video a week on my "Game Design" channel (http://youtube.com/LewGameDesign). Most of my videos are only in my online courses, not on the channel. Information (and discounts) at pulsiphergames.com.

Ok, I just made the connection. You ARE the guy.

Ever since I've come across your videos, I've been listening to them on my commutes. All of it rings true and I'm sitting here thinking "omg, thank you for confirming everything I've been teaching my students". Much of what I've learned was from Alan Emrich, much of what I've learned is from the video game (was in the industry 2003-2009) and board game industries as I've just released my first game last year (Conquest at Kismet). You've also mentioned Ian Schreiber, whom I've also learned and talked to about game design.

You're a great resource!

Thanks

radioactivemouse wrote:

Ok, I just made the connection. You ARE the guy.

Ever since I've come across your videos, I've been listening to them on my commutes. All of it rings true and I'm sitting here thinking "omg, thank you for confirming everything I've been teaching my students". Much of what I've learned was from Alan Emrich, much of what I've learned is from the video game (was in the industry 2003-2009) and board game industries as I've just released my first game last year (Conquest at Kismet). You've also mentioned Ian Schreiber, whom I've also learned and talked to about game design.

You're a great resource!

Thanks, I try to be. I should have mentioned, before I started making videos I wrote a book, "Game Design: How to Create Video and Tabletop Games, Start to Finish" (McFarland 2012, available from them or from Amazon etc.). I would have called it "Learning Game Design", but as with games, the author doesn't decide the title of his book.

Just thought of this

Playtesting is like practice. If you practice bad habits, it doesn't help. If you don't do playtesting right, it can hurt more than help, or at least, not gain you anything.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Syndicate content


blog | by Dr. Radut