SlideShare une entreprise Scribd logo
1  sur  17
Session 3
David Mullich
Concept Workshop - Game PreProduction
The Los Angeles Film School
Gameplay
 Game Mechanics
 Resources
 Obstacles
 Goals
 Win/Loss Conditions
 Main Game Loop
Rules
 Easily Understood
 Consistent with
Game Theme
 Setup
 Progression
 Resolution
Rule Categories
 Rules
 Mechanics
 Systems
Rule Groupings
Game Mechanics
 Avoid unkillable
objects
 Instant death
 Game repeats until
you die
 Remember an
increasing number of
things
 Repeat pattern
 Forced constant
movement
 Block puzzles
 Game keeps getting
harder until you die
 Uncountable number
of possible paths
 Big gains for you can
be big gains for your
enemy
 Block path
 Information Overload
 Disinformation
 Switch modes
 Push mole down, mole
pops up
 Cut off one head, two
grow back
 Bouncing object
 Gravity
 Mouse dexterity
 Spinning plates
 Teleports
 Squad
 Race
 Chase
 Collecting
 Interrupt Action
 Squad
 Scarce Resource
 Jumping
 Hidden image/
Where’s Waldo?
 Timed
 Protect a target
 Undirected
exploration
 Bullet Hell
 Buy Low, Sell High
 Brawling
 Dialog Tree
 Building
 Crafting
Resources
 Currency
 Building Materials
 Energy
 Health
 Combat Units
 Inventory Items
 Time
 Turns
 Moves
 Territory
 Power-Ups
 Information
Anything the player must gather or
protect to help in achieving the game’s
goals.
Obstacles
Anything that makes achieving the game’s goals
difficult.
 Enemies
 Puzzles
 Traps
 Time Limits
 Hidden Resources
 Resource Management
 Randomness
Goals
Achievement milestones that advance
progress in a game.
 Elementary (Minor) Goals
 Intermediate (Level) Goals
 Primary (Win/Loss) Goals
Types of Goals
STRATEGIC
(Mental)
REFLEX
(Physical)
CHANCE
(Random)
Examples of Goals
 Score
 Capture/Destroy
 Collection
 Solve
 Chase/Race/Esca
pe
 Beat the Clock
 Spatial Alignment
 Build
 Explore
 Advance the Story
What Makes Goals Addictive
 Worthy of Obtaining
 Challenging to Reach
 Obtainable
 New Goals Replace
Old Goals
Experience Phases
A good game designer will look at one game as 4
different game, which emphasizes on the 4
Experience Phases of a game, as defined by
Professor Kevin Werbach:
 Discovery
 Onboarding
 Scaffolding
 Endgame
Game Main Loop
The set of rules that a game follows during
each game turn.
All games have turns, even if they appear to
be continuously be running. This is because
most modern games don’t stop and wait for
player input.
Game Main Loop
Game Main Loop
while (game is not over)
check for user input
If user input
case (user input)
navigation: move player
construction: build object
fight: attack enemy
determine enemy state changes
case (enemy state)
idle: do nothing
patrol: walk between waypoints
chase: run toward player
flee: run to default waypoint
die: enemy death
end while
Create a page in your Concept PowerPoint
that lists the following:
 Game Mechanics
 Resources
 Obstacles
 Intermediate Goals (if any)
 Win Conditions
 Lose Conditions (if any)
PowerPoint
Create a Gameplay page in your GDD Wiki that lists the following:
 Game Mechanics: List at least three core game mechanics (don’t
describe movement, unless it is unusual)
 Resources: What you acquire or protect as you progress through
the game (e.g., score, turns, health, energy, territory)
 Obstacles: What makes reaching the game’s goals challenging?
(e.g., fighting enemies, solving puzzles, avoiding hazards, time
limits)
 Progression: What intermediate goals must you reach to advance
(e.g., clear levels, defeat bosses)
 Resolution: What final goal must you reach to win the game? (e.g.,
complete level 5, defeat main boss) Are there ways to lose the
game? (e.g., lose all 3 lives, game timer runs out)
Wiki
2. Create a Main Game Loop page in your
TDD Wiki, specifying the following:
 Player inputs and resulting actions
 Enemy states and resulting actions
 Goals and resulting actions
Wiki

Contenu connexe

Tendances

BSA Game Design Merit Badge
BSA Game Design Merit BadgeBSA Game Design Merit Badge
BSA Game Design Merit Badge
David Mullich
 

Tendances (20)

LAFS Game Design 10 - Fun and Accessability
LAFS Game Design 10 - Fun and AccessabilityLAFS Game Design 10 - Fun and Accessability
LAFS Game Design 10 - Fun and Accessability
 
LAFS Game Design 1 - Dynamic Elements
LAFS Game Design 1 - Dynamic ElementsLAFS Game Design 1 - Dynamic Elements
LAFS Game Design 1 - Dynamic Elements
 
LAFS Game Mechanics - Social Mechanics
LAFS Game Mechanics - Social MechanicsLAFS Game Mechanics - Social Mechanics
LAFS Game Mechanics - Social Mechanics
 
LAFS Game Design 6 - Conceptualization
LAFS Game Design 6 - ConceptualizationLAFS Game Design 6 - Conceptualization
LAFS Game Design 6 - Conceptualization
 
LAFS Game Design 8 - Playtesting
LAFS Game Design 8 - PlaytestingLAFS Game Design 8 - Playtesting
LAFS Game Design 8 - Playtesting
 
LAFS Marketing and Monetization Lecture 8: Monetization and Metrics
LAFS Marketing and Monetization Lecture 8: Monetization and MetricsLAFS Marketing and Monetization Lecture 8: Monetization and Metrics
LAFS Marketing and Monetization Lecture 8: Monetization and Metrics
 
LAFS Game Mechanics - Information and Game Mechanics
LAFS Game Mechanics - Information and Game MechanicsLAFS Game Mechanics - Information and Game Mechanics
LAFS Game Mechanics - Information and Game Mechanics
 
LAFS Game Mechanics - Balancing
LAFS Game Mechanics - BalancingLAFS Game Mechanics - Balancing
LAFS Game Mechanics - Balancing
 
LAFS Game Design 1 - Dramatic Elements
LAFS Game Design 1 - Dramatic ElementsLAFS Game Design 1 - Dramatic Elements
LAFS Game Design 1 - Dramatic Elements
 
LAFS Game Mechanics - Tactical Mechanics
LAFS Game Mechanics - Tactical MechanicsLAFS Game Mechanics - Tactical Mechanics
LAFS Game Mechanics - Tactical Mechanics
 
LAFS SVI Level 1 - Introduction
LAFS SVI Level 1 - IntroductionLAFS SVI Level 1 - Introduction
LAFS SVI Level 1 - Introduction
 
LAFS Game Mechanics - Narrative Elements
LAFS Game Mechanics - Narrative ElementsLAFS Game Mechanics - Narrative Elements
LAFS Game Mechanics - Narrative Elements
 
LAFS Game Mechanics - Resource Management Mechanics
LAFS Game Mechanics - Resource Management MechanicsLAFS Game Mechanics - Resource Management Mechanics
LAFS Game Mechanics - Resource Management Mechanics
 
LAFS Game Mechanics - Progression Mechanics
LAFS Game Mechanics - Progression MechanicsLAFS Game Mechanics - Progression Mechanics
LAFS Game Mechanics - Progression Mechanics
 
BSA Game Design Merit Badge
BSA Game Design Merit BadgeBSA Game Design Merit Badge
BSA Game Design Merit Badge
 
LAFS Game Mechanics - Randomness and Risk
LAFS Game Mechanics - Randomness and RiskLAFS Game Mechanics - Randomness and Risk
LAFS Game Mechanics - Randomness and Risk
 
LAFS Game Mechanics - Balancing
LAFS Game Mechanics - BalancingLAFS Game Mechanics - Balancing
LAFS Game Mechanics - Balancing
 
Engaging Your Advertising With Gamification
Engaging Your Advertising With GamificationEngaging Your Advertising With Gamification
Engaging Your Advertising With Gamification
 
4 lecture (mda frame work) 25 1-2021
4 lecture (mda frame work) 25 1-20214 lecture (mda frame work) 25 1-2021
4 lecture (mda frame work) 25 1-2021
 
LAFS Marketing and Monetization Lecture 1: Marketing Fundamentals
LAFS Marketing and Monetization Lecture 1: Marketing FundamentalsLAFS Marketing and Monetization Lecture 1: Marketing Fundamentals
LAFS Marketing and Monetization Lecture 1: Marketing Fundamentals
 

Similaire à LAFS PREPRO Session 3 - Game Play

Gameplay Design Workshop 1/2 (2011)
Gameplay Design Workshop 1/2 (2011)Gameplay Design Workshop 1/2 (2011)
Gameplay Design Workshop 1/2 (2011)
Petri Lankoski
 
Clayton Wang presentation
Clayton Wang presentationClayton Wang presentation
Clayton Wang presentation
cwang36
 
Fundamentals of game development overview
Fundamentals of game development overviewFundamentals of game development overview
Fundamentals of game development overview
Chaffey College
 
Swfln Get Your Game On!
Swfln Get Your Game On!Swfln Get Your Game On!
Swfln Get Your Game On!
Beth Gallaway
 

Similaire à LAFS PREPRO Session 3 - Game Play (20)

Gameplay Design Workshop 1/2 (2011)
Gameplay Design Workshop 1/2 (2011)Gameplay Design Workshop 1/2 (2011)
Gameplay Design Workshop 1/2 (2011)
 
Introduction To 3D Gaming
Introduction To 3D GamingIntroduction To 3D Gaming
Introduction To 3D Gaming
 
Clayton Wang presentation
Clayton Wang presentationClayton Wang presentation
Clayton Wang presentation
 
Week 4 Decisions & Flow
Week 4 Decisions & FlowWeek 4 Decisions & Flow
Week 4 Decisions & Flow
 
Fundamentals of game development overview
Fundamentals of game development overviewFundamentals of game development overview
Fundamentals of game development overview
 
PHP games
PHP gamesPHP games
PHP games
 
Gameplay
GameplayGameplay
Gameplay
 
Controller Trollers Procedure
Controller Trollers ProcedureController Trollers Procedure
Controller Trollers Procedure
 
Making a game "Just Right" through testing and play balancing
Making a game "Just Right" through testing and play balancingMaking a game "Just Right" through testing and play balancing
Making a game "Just Right" through testing and play balancing
 
20131105 concepts of game design
20131105 concepts of game design20131105 concepts of game design
20131105 concepts of game design
 
Iistec 2013 game_design for id_m_broyles_id13333
Iistec 2013 game_design for id_m_broyles_id13333Iistec 2013 game_design for id_m_broyles_id13333
Iistec 2013 game_design for id_m_broyles_id13333
 
Game balancing
Game balancingGame balancing
Game balancing
 
Create Tabletop Games to Foster Organizational Learning
Create Tabletop Games to Foster Organizational LearningCreate Tabletop Games to Foster Organizational Learning
Create Tabletop Games to Foster Organizational Learning
 
Designing games with kodu_game_lab_v1
Designing games with kodu_game_lab_v1Designing games with kodu_game_lab_v1
Designing games with kodu_game_lab_v1
 
Swfln Get Your Game On!
Swfln Get Your Game On!Swfln Get Your Game On!
Swfln Get Your Game On!
 
Board1
Board1Board1
Board1
 
Board1
Board1Board1
Board1
 
Metro Oct 2007
Metro  Oct 2007Metro  Oct 2007
Metro Oct 2007
 
Game system design
Game system designGame system design
Game system design
 
Game Ethology 2
Game Ethology 2Game Ethology 2
Game Ethology 2
 

Plus de David Mullich

Plus de David Mullich (10)

LAFS Marketing and Monetization Lecture 6: Advertising and Publicity
LAFS Marketing and Monetization Lecture 6: Advertising and PublicityLAFS Marketing and Monetization Lecture 6: Advertising and Publicity
LAFS Marketing and Monetization Lecture 6: Advertising and Publicity
 
Game Fair
Game FairGame Fair
Game Fair
 
LAFS Marketing and Monetization Lecture 10: Business And Marketing Plans
LAFS Marketing and Monetization Lecture 10: Business And Marketing PlansLAFS Marketing and Monetization Lecture 10: Business And Marketing Plans
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 9: Community Development And ManagementLAFS Marketing and Monetization Lecture 9: Community Development And Management
LAFS Marketing and Monetization Lecture 9: Community Development And Management
 
LAFS Marketing and Monetization Lecture 7: Sales and Distribution
LAFS Marketing and Monetization Lecture 7: Sales and DistributionLAFS Marketing and Monetization Lecture 7: Sales and Distribution
LAFS Marketing and Monetization Lecture 7: Sales and Distribution
 
LAFS Marketing and Monetization Lecture 5: Marketing Materials
LAFS Marketing and Monetization Lecture 5: Marketing MaterialsLAFS Marketing and Monetization Lecture 5: Marketing Materials
LAFS Marketing and Monetization Lecture 5: Marketing Materials
 
LAFS Marketing and Monetization Lecture 4: Social Media
LAFS Marketing and Monetization Lecture 4: Social MediaLAFS Marketing and Monetization Lecture 4: Social Media
LAFS Marketing and Monetization Lecture 4: Social Media
 
LAFS Marketing and Monetization Lecture 3: Game Funding
LAFS Marketing and Monetization Lecture 3: Game FundingLAFS Marketing and Monetization Lecture 3: Game Funding
LAFS Marketing and Monetization Lecture 3: Game Funding
 
LAFS Marketing and Monetization Lecture 2: Game Publishing
LAFS Marketing and Monetization Lecture 2: Game PublishingLAFS Marketing and Monetization Lecture 2: Game Publishing
LAFS Marketing and Monetization Lecture 2: Game Publishing
 
Game Production 1 Lecture
Game Production 1 LectureGame Production 1 Lecture
Game Production 1 Lecture
 

Dernier

Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Dernier (20)

Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 

LAFS PREPRO Session 3 - Game Play

  • 1. Session 3 David Mullich Concept Workshop - Game PreProduction The Los Angeles Film School
  • 2. Gameplay  Game Mechanics  Resources  Obstacles  Goals  Win/Loss Conditions  Main Game Loop
  • 3. Rules  Easily Understood  Consistent with Game Theme  Setup  Progression  Resolution Rule Categories  Rules  Mechanics  Systems Rule Groupings
  • 4. Game Mechanics  Avoid unkillable objects  Instant death  Game repeats until you die  Remember an increasing number of things  Repeat pattern  Forced constant movement  Block puzzles  Game keeps getting harder until you die  Uncountable number of possible paths  Big gains for you can be big gains for your enemy  Block path  Information Overload  Disinformation  Switch modes  Push mole down, mole pops up  Cut off one head, two grow back  Bouncing object  Gravity  Mouse dexterity  Spinning plates  Teleports  Squad  Race  Chase  Collecting  Interrupt Action  Squad  Scarce Resource  Jumping  Hidden image/ Where’s Waldo?  Timed  Protect a target  Undirected exploration  Bullet Hell  Buy Low, Sell High  Brawling  Dialog Tree  Building  Crafting
  • 5. Resources  Currency  Building Materials  Energy  Health  Combat Units  Inventory Items  Time  Turns  Moves  Territory  Power-Ups  Information Anything the player must gather or protect to help in achieving the game’s goals.
  • 6. Obstacles Anything that makes achieving the game’s goals difficult.  Enemies  Puzzles  Traps  Time Limits  Hidden Resources  Resource Management  Randomness
  • 7. Goals Achievement milestones that advance progress in a game.  Elementary (Minor) Goals  Intermediate (Level) Goals  Primary (Win/Loss) Goals
  • 9. Examples of Goals  Score  Capture/Destroy  Collection  Solve  Chase/Race/Esca pe  Beat the Clock  Spatial Alignment  Build  Explore  Advance the Story
  • 10. What Makes Goals Addictive  Worthy of Obtaining  Challenging to Reach  Obtainable  New Goals Replace Old Goals
  • 11. Experience Phases A good game designer will look at one game as 4 different game, which emphasizes on the 4 Experience Phases of a game, as defined by Professor Kevin Werbach:  Discovery  Onboarding  Scaffolding  Endgame
  • 12. Game Main Loop The set of rules that a game follows during each game turn. All games have turns, even if they appear to be continuously be running. This is because most modern games don’t stop and wait for player input.
  • 14. Game Main Loop while (game is not over) check for user input If user input case (user input) navigation: move player construction: build object fight: attack enemy determine enemy state changes case (enemy state) idle: do nothing patrol: walk between waypoints chase: run toward player flee: run to default waypoint die: enemy death end while
  • 15. Create a page in your Concept PowerPoint that lists the following:  Game Mechanics  Resources  Obstacles  Intermediate Goals (if any)  Win Conditions  Lose Conditions (if any) PowerPoint
  • 16. Create a Gameplay page in your GDD Wiki that lists the following:  Game Mechanics: List at least three core game mechanics (don’t describe movement, unless it is unusual)  Resources: What you acquire or protect as you progress through the game (e.g., score, turns, health, energy, territory)  Obstacles: What makes reaching the game’s goals challenging? (e.g., fighting enemies, solving puzzles, avoiding hazards, time limits)  Progression: What intermediate goals must you reach to advance (e.g., clear levels, defeat bosses)  Resolution: What final goal must you reach to win the game? (e.g., complete level 5, defeat main boss) Are there ways to lose the game? (e.g., lose all 3 lives, game timer runs out) Wiki
  • 17. 2. Create a Main Game Loop page in your TDD Wiki, specifying the following:  Player inputs and resulting actions  Enemy states and resulting actions  Goals and resulting actions Wiki

Notes de l'éditeur

  1. There are three categories of rules, all important to a successful play experience:Setup involves things you do once at the beginning of a gameProgression entails what happens during a gameResolution indicates the conditions that cause the game to end and how an outcome is determined based on the game state.Mechanics are a collection of rules that form a discrete chunk of gameplay.Systems are collections of mechanics that make up the biggest chunks of the game.
  2. Resources are all the things directly under a players control that can be used as a game advances.
  3. Strategic (mental) and reflex (physical) gameplay are different expressions of player skill. In both cases, the player has control over the outcome through his decisions and actions.By contrast, chance-based mechanics have a randomized outcome. Chance adds uncertainty to a game, which can create tension and make it more exciting. Too much randomness can be frustrating. Players want to make meaningful decisions, but decisions lose meaning if the outcomes are decided solely by dice rolls or card shuffles.Chance-based mechanics also come in different flavors with different mathematical characteristics. Determining the right type and amount of chance-based mechanics is a big part of being a game designer.
  4. What are the players trying to do? Game objectives determine who won or whether the player has beaten the game or a portion of the game. They can also vary in scale. Complete the level or mission is an objective, but the bigger objective might be complete a series of levels or complete the storyline. Here are some common game objectives.Score: Get more points than your opponent; or, be the first player to reach a certain number of points. There might be one source of points, or different actions might have different point values.Capture/Destroy: Eliminate all of your opponent’s resources from the game. Chess is a well-known example where you must eliminate opposing forces to win.Collection: Many jumping and exploration games like LittleBigPlanet and other platformers require the player to collect a certain number of objects scattered throughout the levels.Solve: The game Clue is an example of a game where the objective is to solve a puzzle.Chase/Race/Escape: Generally anything were you are moving toward or away from something.Beat the Clock: Trying to reach an objective before time runs out.Spatial Alignment: A number of games, like Tetris, involve the positioning of elements as an objective.Build: The opposite of “destroy”, players use resources to build structures or assets. In the game Civilization, players have must build things at many different levels: combat units, structures, technologies, cities. RPGs include the objective of character advancement where the player characters gradually gain power and capability.Avoiding a Loss: Some games end when one player performs an at that is forbidden by the rules, like Simon Says.Advance the Story: Sometimes the objective of a game is just to continue storyline and see what happens next to the characters.Explore: Game worlds like the Legend of Zelda series encourage players to travel around the world and discover new characters and places.