SlideShare a Scribd company logo
Level 9
David Mullich
Game Design 1
The Los Angeles Film School
LAFS Game Design 9 - Balancing
Internally Incomplete
A game is internally complete when there is
no obvious missing elements in any
possible permutation of the game under
any condition.
In board games, gaps in the rules can lead
to arguments among players.
In a digital game, incompleteness leads to
a loophole that players can exploit, a dead
end in the player experience, or a complete
breakdown of the system.
Internally Complete
If you identify an incomplete part of the game:
 Go back to the rules and see where you
need to fill in the gaps.
Be warned that any time you modify the rules,
it can affect other parts of the game. It may
take several revisions and playtesting
sessions to fix the problem.
Loopholes
A loophole is a flaw in the system
that a player can exploit to gain
an unfair or unintended
advantage that ruins the
experience for the other players.
As long as loopholes exist, your
game isn’t complete. Your goal is
to close all loopholes without
shutting down all potential for
emergent play.
Asteroids high score exploit
Loopholes
Sometimes it is debatable whether an issue
is a loophole or a feature that is actually a
benefit in the game.
An example is the ability to kill other players
in an MMORPG – is it a loophole that needs
to be fixed, or a valid feature of the game?
Find some solutions to this FPS
problem:
When more than two people play the
game, it is possible for players to
camp near both of the spawn points
on the arena map. When a recently
killed opponent appears at either
spawning point, the campers can
promptly attack the opponent.
Players struck in the position of
being shot are furious at this
seemingly unfair tactic.
Pro Tips
 Use control situations to test aspects of
the system in isolation
 Do a series of playtests where you instruct
testers to attempt to disrupt the system
 Find testers who enjoy figuring out
alternative or subversive solutions
Dead Ends
A dead end occurs when a
player gets stranded in the
game and cannot continue
toward the game objectives no
matter what they do.
Most titles have ironed out dead
ends before they are released,
but now and then, one slips in
through the cracks.
Completing Completeness
In reality, no game is every truly complete.
Your job as a designer is to enforce a high
enough standard and lay out rigorous
enough tests so that you can be certain
beyond a reasonable doubt that there are no
critical deficiencies in your game.
LAFS Game Design 9 - Balancing
Game Balancing
Balancing a game is the process of making
sure the game meets the goal you have set for
the player experience: that the system is of the
scope and complexity you envisioned and that
the elements of the system are working
together without undesired results.
In single-player games, it means that the skill
level is properly adjusted for the target
audience.
Balancing For Skill
Balancing for skill involves
matching the level of challenge
provided by the game system
to the skill level of the player.
The trick here is that every
player has a different skill level.
One way of handling this is to
offer multiple difficulty levels.
Another way is to balance for a
median skill level between
hard-core players and novices.
Balancing For Skill
In some games, it is possible to
program the system to adjust to the
ability level of the players as they play.
A problem with computer-controlled
characters is that they must seem to be
human and make mistakes. Designers
solve this problem by designing a
character to act within a range of
possibilities.
Balancing For Skill
Extra Credits: Balancing for Skill
Pro Tips
 Have challenges accommodate a wide variety of
skill levels
 Increase the level of challenge as the player
succeeds
 Provide variety in the challenges
Balancing Variables
The variables of your system are a set of
numbers that define the attributes of your
game objects.
Changing game variables affects the
game experience. A game with only one
player life is a very different experience
than a game with 10 lives.
As a game designer, you need to
manipulate the game variables to create
the game experience you want for your
player.
Balancing Dynamics
The game dynamics are the forces at play when
your game is in action.
Sometimes a combination of rules creates an
imbalance. Sometimes it is a “super” object or
combination of objects. Other times it can be a
combination of actions.
You need to identify the imbalances that can ruin
gameplay and either:
 Fix the rules that create the problem
 Change the attributes of the objects
 Create new rules that mitigate unbalancing
strategies
LAFS Game Design 9 - Balancing
Multiplayer Game Balancing
In multiplayer games, a
balanced game means that
the starting positions and
play are fair, and that no
single strategy dominates
the others.
Reinforcing Relationships
A reinforcing relationship
occurs when a change in one
part of a system causes a
change in the same direction
to another part of the system.
For example, rewarding a
stronger player over and over
until he becomes so strong it
is impossible for another
player to win.
Reinforcing Relationships
There are a number of ways to add balance to such
relationships:
 Have balances be small and temporary
 Introduce an element of randomness
 Allow weaker players to group together
 Allow a third party to intervene
The goal is to keep the scales balanced without
causing the game to stagnate – until the end stages
of the game, when the scales can tip dramatically.
Dominant Objects
A good rule of thumb is to keep similar
game objects proportional in terms of
strength.
One of the best ways to keep every
object in proportion but still provide a
range of choices is to think in terms of
strengths and weaknesses. Units can
be balanced by giving each a special
advantage and a corresponding
weakness.
Dominant Strategies
If one or two strategies
effectively dominate the game,
no one will choose the other
strategies once the dominant
ones become known.
As game designers, you should
always be on the lookout for
dominant strategies so that you
can find a way to get rid of it or
obscure it.
Balancing Positions
In balancing the starting
positions for your game, the
goal is to make the system
fair so that all the players
have an equal opportunity to
win.
This does not always mean
giving each player the exact
same resources and set up.
Symmetrical Games
These are games in which each player
has the exact same starting conditions
and access to the same resources and
setup.
The one asymmetrical element in turn-
based games is who goes first.
Methods to mitigate that advantage:
 Allow only weak units to move first
 Have the game take many moves
to resolve
 Incorporate chance elements
Asymmetrical Games
If you give opponents different abilities,
resources, rules or objectives, your
game will be asymmetrical. As a
designer, your goal is to tweak the
variables so that the game balances
out.
Examples of asymmetrical objectives:
 Ticking Clock: Defend against a
stronger attacker for a period of time
 Protection: One side protects
something while the other side tries
to capture it
LAFS Game Design 9 - Balancing
Balancing Techniques
 Think Modular: Isolate your subsystems so that when you
tweak one element of your game, you know exactly what
effect it will have on the other parts.
 Purity of Purpose: Make sure that every element of your
game has a clearly defined purpose, so that when you
tweak an element, only one aspect of the game will be
changed.
 One Change at a Time: If you make more than one
change, it is difficult to tell what effect each one has on the
overall system.
 Spreadsheets: Keep all of your game data in a
spreadsheet and have them mirror the game’s structure.
Knowing When Your Game Is
Balanced
How will you “know” when your game is
balanced? When it comes to balancing a
game, much of what you do will depend on
your instincts. The more you design, the
better your instincts will become.
Perfect Imbalance
Extra Credits - Perfect Imbalance - Why Unbalanced
Design Creates Balanced Play
1. Playtest 3 of your fellow students’ games.
2. Fill out playtesting form.
LAFS Game Design 9 - Balancing
Prototyping Aesthetics
Aesthetics are the visual and aural dramatic
elements of your game. Sometimes you will
have a question about your aesthetics that you
will need to test early on.
 How will the character animation work with
the combat system?
 How will a new interface solution work with
the environments?
Prototyping Aesthetics
 Storyboards
 Concept Art
 Animatics
 Interface Prototype
 Audio Sketches
Designer Perspective: Richard
Garriott
G4 Icons Episode #14: Richard Garriott
LAFS Game Design 9 - Balancing

More Related Content

PPTX
LAFS Game Design 1 - Dynamic Elements
PPTX
LAFS Game Design 1 - Structural Elements
PPTX
LAFS Game Design 1 - The Player Experience
PPTX
LAFS Game Design 1 - Foundational Elements
PPTX
LAFS Game Design 10 - Fun and Accessability
PPTX
LMU Elements of a Game Discussion
PPTX
LAFS Game Design 6 - Conceptualization
PPTX
LAFS Game Design 7 - Prototyping
LAFS Game Design 1 - Dynamic Elements
LAFS Game Design 1 - Structural Elements
LAFS Game Design 1 - The Player Experience
LAFS Game Design 1 - Foundational Elements
LAFS Game Design 10 - Fun and Accessability
LMU Elements of a Game Discussion
LAFS Game Design 6 - Conceptualization
LAFS Game Design 7 - Prototyping

What's hot (20)

PPTX
LAFS Game Mechanics - Social Mechanics
PPTX
LAFS Game Design 8 - Playtesting
PPTX
LAFS Game Design 1 - Dramatic Elements
PPTX
LAFS Game Mechanics - The Core Mechanic
PPTX
LAFS SVI Level 1 - Introduction
PPTX
LAFS Game Mechanics - Replayability
PPTX
LAFS Marketing and Monetization Lecture 1: Marketing Fundamentals
PPTX
LAFS PREPRO Session 3 - Game Play
PPTX
LAFS Marketing and Monetization Lecture 8: Monetization and Metrics
PPTX
Engaging Your Advertising With Gamification
PPTX
LAFS Game Mechanics - Narrative Elements
PPTX
LAFS Game Mechanics - Balancing
PPTX
LAFS Game Mechanics - Randomness and Risk
PPTX
LAFS Game Mechanics - Information and Game Mechanics
PPTX
LAFS Game Mechanics - Tactical Mechanics
PPTX
LAFS Game Mechanics - Resource Management Mechanics
PPT
6 lecture (game elements ) 2 2-2021
PPTX
LAFS Game Mechanics - Progression Mechanics
PPTX
LAFS Game Mechanics - Balancing
PPTX
LAFS PREPRO Session 2 - Game Concepts
LAFS Game Mechanics - Social Mechanics
LAFS Game Design 8 - Playtesting
LAFS Game Design 1 - Dramatic Elements
LAFS Game Mechanics - The Core Mechanic
LAFS SVI Level 1 - Introduction
LAFS Game Mechanics - Replayability
LAFS Marketing and Monetization Lecture 1: Marketing Fundamentals
LAFS PREPRO Session 3 - Game Play
LAFS Marketing and Monetization Lecture 8: Monetization and Metrics
Engaging Your Advertising With Gamification
LAFS Game Mechanics - Narrative Elements
LAFS Game Mechanics - Balancing
LAFS Game Mechanics - Randomness and Risk
LAFS Game Mechanics - Information and Game Mechanics
LAFS Game Mechanics - Tactical Mechanics
LAFS Game Mechanics - Resource Management Mechanics
6 lecture (game elements ) 2 2-2021
LAFS Game Mechanics - Progression Mechanics
LAFS Game Mechanics - Balancing
LAFS PREPRO Session 2 - Game Concepts
Ad

Viewers also liked (20)

POTX
The History of The 3DO Company
PPTX
LAFS Marketing and Monetization Lecture 3: Game Funding
PPTX
LAFS Marketing and Monetization Lecture 4: Social Media
PPT
Making a game "Just Right" through testing and play balancing
PDF
Engineering Fun in Game Design
PDF
OGDC 2014: 10 bits of business/design wisdom
PPTX
Game Production 1 Lecture
PPT
내 인생에 영향을 준 게임
PPTX
Copycat 차유승
PPTX
Process of Game Design
PDF
[컨디셔닝] 평형성(밸런스) - 통합
PPTX
교전 수칙: 멀티플레이어 게임 기획에 대한 Blizzard의 접근법 [GDC2008] by Rob Pardo
PPTX
タイ人オタクが日本でモバイルゲーム制作を諦めた経緯の話
PPTX
[GDC2010] Blizzard Design Process_KOR
PPTX
MMORPG 경제의 공정성
PPT
Game balancing
PDF
PPTX
2015년 제2회 동아리 해커 세미나 - 게임 벨런싱에 대한 소개 (23기 원동현)
PPT
Level design in 11 points
PPTX
LAFS Marketing and Monetization Lecture 2: Game Publishing
The History of The 3DO Company
LAFS Marketing and Monetization Lecture 3: Game Funding
LAFS Marketing and Monetization Lecture 4: Social Media
Making a game "Just Right" through testing and play balancing
Engineering Fun in Game Design
OGDC 2014: 10 bits of business/design wisdom
Game Production 1 Lecture
내 인생에 영향을 준 게임
Copycat 차유승
Process of Game Design
[컨디셔닝] 평형성(밸런스) - 통합
교전 수칙: 멀티플레이어 게임 기획에 대한 Blizzard의 접근법 [GDC2008] by Rob Pardo
タイ人オタクが日本でモバイルゲーム制作を諦めた経緯の話
[GDC2010] Blizzard Design Process_KOR
MMORPG 경제의 공정성
Game balancing
2015년 제2회 동아리 해커 세미나 - 게임 벨런싱에 대한 소개 (23기 원동현)
Level design in 11 points
LAFS Marketing and Monetization Lecture 2: Game Publishing
Ad

Similar to LAFS Game Design 9 - Balancing (20)

PDF
Play to Learn: Effective Learning Game Design
PDF
Not WHEN Games but WHICH Learning Games
PPTX
Game balance part 2
PDF
Game Balance 1: What is Game Balance
PPTX
Chapter 2 structure of games tsppt 1
PDF
PlayerOne - Dissecting games
PPT
Principles of Game Design (Lecture 5 Game Development)
PPTX
Designing balance (takeaway version)
PPT
Thegameplayerworld jesperjuul
PDF
GAME MECHANIC - chapter 1 v1.4 (2019 edition)
PDF
Game Balance 3: Interesting Strategies
PPTX
Game balance part 1
PDF
Controller Trollers Procedure
PPTX
1. case study
PDF
How to Design Effective Learning Games: Sharon Boller and Karl Kapp
DOCX
Task 2 research
DOCX
Task 2 research
PPT
Learning Through Gaming
PPT
PHP games
Play to Learn: Effective Learning Game Design
Not WHEN Games but WHICH Learning Games
Game balance part 2
Game Balance 1: What is Game Balance
Chapter 2 structure of games tsppt 1
PlayerOne - Dissecting games
Principles of Game Design (Lecture 5 Game Development)
Designing balance (takeaway version)
Thegameplayerworld jesperjuul
GAME MECHANIC - chapter 1 v1.4 (2019 edition)
Game Balance 3: Interesting Strategies
Game balance part 1
Controller Trollers Procedure
1. case study
How to Design Effective Learning Games: Sharon Boller and Karl Kapp
Task 2 research
Task 2 research
Learning Through Gaming
PHP games

More from David Mullich (6)

PPTX
LAFS Marketing and Monetization Lecture 6: Advertising and Publicity
PPTX
Game Fair
PPTX
LAFS Marketing and Monetization Lecture 10: Business And Marketing Plans
PPTX
LAFS Marketing and Monetization Lecture 9: Community Development And Management
PPTX
LAFS Marketing and Monetization Lecture 7: Sales and Distribution
PPTX
LAFS Marketing and Monetization Lecture 5: Marketing Materials
LAFS Marketing and Monetization Lecture 6: Advertising and Publicity
Game Fair
LAFS Marketing and Monetization Lecture 10: Business And Marketing Plans
LAFS Marketing and Monetization Lecture 9: Community Development And Management
LAFS Marketing and Monetization Lecture 7: Sales and Distribution
LAFS Marketing and Monetization Lecture 5: Marketing Materials

Recently uploaded (20)

PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
Cell Types and Its function , kingdom of life
PDF
RMMM.pdf make it easy to upload and study
PDF
Insiders guide to clinical Medicine.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Cell Structure & Organelles in detailed.
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Pre independence Education in Inndia.pdf
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
GDM (1) (1).pptx small presentation for students
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Classroom Observation Tools for Teachers
PDF
Computing-Curriculum for Schools in Ghana
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
01-Introduction-to-Information-Management.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PPH.pptx obstetrics and gynecology in nursing
Cell Types and Its function , kingdom of life
RMMM.pdf make it easy to upload and study
Insiders guide to clinical Medicine.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
Cell Structure & Organelles in detailed.
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Pre independence Education in Inndia.pdf
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
FourierSeries-QuestionsWithAnswers(Part-A).pdf
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
GDM (1) (1).pptx small presentation for students
O5-L3 Freight Transport Ops (International) V1.pdf
Classroom Observation Tools for Teachers
Computing-Curriculum for Schools in Ghana
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Supply Chain Operations Speaking Notes -ICLT Program
01-Introduction-to-Information-Management.pdf
VCE English Exam - Section C Student Revision Booklet

LAFS Game Design 9 - Balancing

  • 1. Level 9 David Mullich Game Design 1 The Los Angeles Film School
  • 3. Internally Incomplete A game is internally complete when there is no obvious missing elements in any possible permutation of the game under any condition. In board games, gaps in the rules can lead to arguments among players. In a digital game, incompleteness leads to a loophole that players can exploit, a dead end in the player experience, or a complete breakdown of the system.
  • 4. Internally Complete If you identify an incomplete part of the game:  Go back to the rules and see where you need to fill in the gaps. Be warned that any time you modify the rules, it can affect other parts of the game. It may take several revisions and playtesting sessions to fix the problem.
  • 5. Loopholes A loophole is a flaw in the system that a player can exploit to gain an unfair or unintended advantage that ruins the experience for the other players. As long as loopholes exist, your game isn’t complete. Your goal is to close all loopholes without shutting down all potential for emergent play. Asteroids high score exploit
  • 6. Loopholes Sometimes it is debatable whether an issue is a loophole or a feature that is actually a benefit in the game. An example is the ability to kill other players in an MMORPG – is it a loophole that needs to be fixed, or a valid feature of the game?
  • 7. Find some solutions to this FPS problem: When more than two people play the game, it is possible for players to camp near both of the spawn points on the arena map. When a recently killed opponent appears at either spawning point, the campers can promptly attack the opponent. Players struck in the position of being shot are furious at this seemingly unfair tactic.
  • 8. Pro Tips  Use control situations to test aspects of the system in isolation  Do a series of playtests where you instruct testers to attempt to disrupt the system  Find testers who enjoy figuring out alternative or subversive solutions
  • 9. Dead Ends A dead end occurs when a player gets stranded in the game and cannot continue toward the game objectives no matter what they do. Most titles have ironed out dead ends before they are released, but now and then, one slips in through the cracks.
  • 10. Completing Completeness In reality, no game is every truly complete. Your job as a designer is to enforce a high enough standard and lay out rigorous enough tests so that you can be certain beyond a reasonable doubt that there are no critical deficiencies in your game.
  • 12. Game Balancing Balancing a game is the process of making sure the game meets the goal you have set for the player experience: that the system is of the scope and complexity you envisioned and that the elements of the system are working together without undesired results. In single-player games, it means that the skill level is properly adjusted for the target audience.
  • 13. Balancing For Skill Balancing for skill involves matching the level of challenge provided by the game system to the skill level of the player. The trick here is that every player has a different skill level. One way of handling this is to offer multiple difficulty levels. Another way is to balance for a median skill level between hard-core players and novices.
  • 14. Balancing For Skill In some games, it is possible to program the system to adjust to the ability level of the players as they play. A problem with computer-controlled characters is that they must seem to be human and make mistakes. Designers solve this problem by designing a character to act within a range of possibilities.
  • 15. Balancing For Skill Extra Credits: Balancing for Skill
  • 16. Pro Tips  Have challenges accommodate a wide variety of skill levels  Increase the level of challenge as the player succeeds  Provide variety in the challenges
  • 17. Balancing Variables The variables of your system are a set of numbers that define the attributes of your game objects. Changing game variables affects the game experience. A game with only one player life is a very different experience than a game with 10 lives. As a game designer, you need to manipulate the game variables to create the game experience you want for your player.
  • 18. Balancing Dynamics The game dynamics are the forces at play when your game is in action. Sometimes a combination of rules creates an imbalance. Sometimes it is a “super” object or combination of objects. Other times it can be a combination of actions. You need to identify the imbalances that can ruin gameplay and either:  Fix the rules that create the problem  Change the attributes of the objects  Create new rules that mitigate unbalancing strategies
  • 20. Multiplayer Game Balancing In multiplayer games, a balanced game means that the starting positions and play are fair, and that no single strategy dominates the others.
  • 21. Reinforcing Relationships A reinforcing relationship occurs when a change in one part of a system causes a change in the same direction to another part of the system. For example, rewarding a stronger player over and over until he becomes so strong it is impossible for another player to win.
  • 22. Reinforcing Relationships There are a number of ways to add balance to such relationships:  Have balances be small and temporary  Introduce an element of randomness  Allow weaker players to group together  Allow a third party to intervene The goal is to keep the scales balanced without causing the game to stagnate – until the end stages of the game, when the scales can tip dramatically.
  • 23. Dominant Objects A good rule of thumb is to keep similar game objects proportional in terms of strength. One of the best ways to keep every object in proportion but still provide a range of choices is to think in terms of strengths and weaknesses. Units can be balanced by giving each a special advantage and a corresponding weakness.
  • 24. Dominant Strategies If one or two strategies effectively dominate the game, no one will choose the other strategies once the dominant ones become known. As game designers, you should always be on the lookout for dominant strategies so that you can find a way to get rid of it or obscure it.
  • 25. Balancing Positions In balancing the starting positions for your game, the goal is to make the system fair so that all the players have an equal opportunity to win. This does not always mean giving each player the exact same resources and set up.
  • 26. Symmetrical Games These are games in which each player has the exact same starting conditions and access to the same resources and setup. The one asymmetrical element in turn- based games is who goes first. Methods to mitigate that advantage:  Allow only weak units to move first  Have the game take many moves to resolve  Incorporate chance elements
  • 27. Asymmetrical Games If you give opponents different abilities, resources, rules or objectives, your game will be asymmetrical. As a designer, your goal is to tweak the variables so that the game balances out. Examples of asymmetrical objectives:  Ticking Clock: Defend against a stronger attacker for a period of time  Protection: One side protects something while the other side tries to capture it
  • 29. Balancing Techniques  Think Modular: Isolate your subsystems so that when you tweak one element of your game, you know exactly what effect it will have on the other parts.  Purity of Purpose: Make sure that every element of your game has a clearly defined purpose, so that when you tweak an element, only one aspect of the game will be changed.  One Change at a Time: If you make more than one change, it is difficult to tell what effect each one has on the overall system.  Spreadsheets: Keep all of your game data in a spreadsheet and have them mirror the game’s structure.
  • 30. Knowing When Your Game Is Balanced How will you “know” when your game is balanced? When it comes to balancing a game, much of what you do will depend on your instincts. The more you design, the better your instincts will become.
  • 31. Perfect Imbalance Extra Credits - Perfect Imbalance - Why Unbalanced Design Creates Balanced Play
  • 32. 1. Playtest 3 of your fellow students’ games. 2. Fill out playtesting form.
  • 34. Prototyping Aesthetics Aesthetics are the visual and aural dramatic elements of your game. Sometimes you will have a question about your aesthetics that you will need to test early on.  How will the character animation work with the combat system?  How will a new interface solution work with the environments?
  • 35. Prototyping Aesthetics  Storyboards  Concept Art  Animatics  Interface Prototype  Audio Sketches
  • 36. Designer Perspective: Richard Garriott G4 Icons Episode #14: Richard Garriott