SlideShare une entreprise Scribd logo
1  sur  79
Télécharger pour lire hors ligne
Prof. Pier Luca Lanzi
Game Mechanics
Videogame Design and Programming
Prof. Pier Luca Lanzi
Player
grok
MDA Model
DynamicsMechanics Aesthetics
Game Designer
Prof. Pier Luca Lanzi
http://www.cs.northwestern.edu/~hunicke/pubs/MDA.pdf
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Mechanics Story
Aestethics
Technology
Prof. Pier Luca Lanzi
The Elemental Tetrad: Mechanics
•  The procedures and rules of your game
•  Describe the goal of your game
•  How players can and cannot try to achieve it
•  What happens when they try
•  If a set of mechanics is crucial to the gameplay,
§ These must be supported by the technology
§ Aesthetics must emphasize them clearly to the players
§ They should make sense with respect to the story
7
Prof. Pier Luca Lanzi
The Elemental Tetrad: Story
•  The sequence of events that unfolds in your game
•  Linear and prescripted, branching and emergent
•  The mechanics should strengthen the story and let it emerge
•  Aesthetics should reinforce the ideas of the story
•  The technology should be the best suited to the story
8
Prof. Pier Luca Lanzi
The Elemental Tetrad: Aesthetics
•  How your game looks, sounds, smells, tastes, and feels
•  It has the most direct relationship to a player’s experience
•  Technology should allow and amplify the target aesthetic tone/
mood of the game
•  Mechanics should be coherent to the world that the aesthetics
have defined
•  The story should have events that let your aesthetics emerge at
the right pace and have the most impact
9
Prof. Pier Luca Lanzi
The Elemental Tetrad: Technology
•  They define the materials and interactions that make your game
possible
•  The technology enables players to do certain things and prohibits
it from doing other things (e.g., Wii and gamepads)
•  The technology is essentially the medium in which the aesthetics
take place, in which the mechanics will occur, and through which
the story will be told.
10
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Space Invaders
http://www.youtube.com/watch?v=QObneYZIdKI
Prof. Pier Luca Lanzi
The Tedrad at Play: Space Invaders
•  Technology
§ Custom made for this game, no other game had it
•  Mechanics
§ The gameplay was completely new, with a player against and advancing
army. The player shoots and the aliens shoot back
§ You can hide behind the shields but the enemy can destroy them
§ The more enemy the player shoots down the faster the aliens go
§ Flying saucers give extra points but they are difficult to hit
13
Prof. Pier Luca Lanzi
The Tedrad at Play: Space Invaders
•  Story
§ Original story was the players shooting at advancing human soldiers but
Taito changed it because it conveyed a bad message
§ Other war-based games were available (Sea Wolf 1976)
§ People already complained about game in which you kill people (Death
Race 1976)
§ Marching soldier would better fit a top-down view, aliens give the feeling
that their aim is to touch ground
•  Aesthetics
§ Aliens are not identical and have a two frame (very effective) marching
animation and music
§ Colored strips on the screen
§ The arcade cabinet was attractive and eye catching
§ Punishing sound when you get hit
14
Prof. Pier Luca Lanzi
Skin & Skeleton
Skin
“the player’s experience”
Skeleton
“the elements that make up the game”
Designers should focus on both at the same time
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Game Themes
“if our games have unifying, resonant themes, the
experiences we create will be much, much stronger.”
Jesse Schell
Figure out what your theme is.
Use every means possible to reinforce that theme.
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Game mechanics are the core
of what a game truly is
What remain when all of the aesthetics,
technology, and story are stripped away
Prof. Pier Luca Lanzi
Mechanic #1: Space
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Mechanic #2: Time
Prof. Pier Luca Lanzi
Game Time
•  Discrete and Continuous
§ Turn-based, turn-based chess, etc.
•  Clocks and Races
§ Time can have an absolute (Boggle) value or relative (races)
•  Controlling Time
§ We might allow to stop, pause, accelerate, rewind?
25
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Super Hot
https://www.youtube.com/watch?v=_xLYEAclSek
Prof. Pier Luca Lanzi
Mechanic #3: Objects, Attributes & States
Prof. Pier Luca Lanzi
Objects, Attributes, States
•  Objects
§ Characters, props, tokens, scoreboards, or anything that can be seen or
manipulated in a game
§ Objects are the “nouns” of game mechanics
§ Sometimes, space can be considered an object
•  Attributes
§ Define categories of information about an object. In a racing game, a car
might have maximum speed and current speed as attributes. Each attribute
has a current state.
•  States
§ Each attribute has a current state.
§ The state of the “maximum speed” attribute might be 150 mph, while the
state of the “current speed” attribute might be 75 mph
29
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Game designers decide objects have
what attributes and what states
There are often multiple ways to
represent the same thing.
The “right” way to think about something is
whichever way is most useful at the moment
Games that force the players to be aware of too many
states (too many game pieces, too many statistics about
each character) to play can confuse and overwhelm
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Secrets
A very important decision about game attributes
and their states is who is aware of which ones.
In many board games, all information is public
In card games, some information is hidden
What about video games?
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Mechanic #4: Actions
Prof. Pier Luca Lanzi
Actions in Games
•  Basic actions
§ Move a piece, jump, shoot
•  Strategic actions
§ Only meaningful on a longer horizon and larger picture
§ Protect a resource, force the opponent to do a certain move
§ The strategic actions often involve subtle interactions within
the game and are often very strategic moves
§ They are not part of the rules, but rather actions and
strategies that emerge naturally as the game is played
36
Prof. Pier Luca Lanzi
Interesting emergent actions are
the hallmark of a good game
The ratio of meaningful strategic actions
to basic actions is a good measure of
how much emergent behavior your
game features.
Elegant games allow a player few basic actions
and a large number of strategic actions
Prof. Pier Luca Lanzi
planting seeds for emergence
more verbs (basic actions)
verbs act on more objects
more ways to achieve goals
many subjects
side effects that changes constraints
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Mechanic #5: Rules
Prof. Pier Luca Lanzi
Rules are the most fundamental mechanic.
They define the space, the timing, the objects,
the actions, the consequences of the actions,
the constraints on the actions, and the goals.
Prof. Pier Luca Lanzi
Parlett’s Rule Analysis
Prof. Pier Luca Lanzi
Parlett’s Rule Analysis
•  Operational rules
§ Define what the players do to play the game
•  Foundational rules
§ Define the underlying structure of the game.
§ “When pac-man eats a pellet it will become invincible”
•  Behavioral rules
§ Implicit to the gameplay and typically part of “good sportsmanship” (don’t
hassle the player when she is thinking a move)
•  Laws
§ Formed when playing in serious competitive settings (e.g., tournament
rules for a specific game).
Prof. Pier Luca Lanzi
Parlett’s Rule Analysis
•  Official rules
§ They merge game rules and laws
§ They are defined when a game is played “seriously enough” (e.g. check!)
•  Advisory rules
§ Tips and rules of strategy to help playing better
•  House rules
§ Added by the players to make the game more fun, balanced, etc.
§ E.g., “no shotgun, no C4, no campers” in some battlefield servers
Prof. Pier Luca Lanzi
Modes
Enforcers
Cheatability
Prof. Pier Luca Lanzi
The Most Important Rule
defines the objective/goal of the game
good games goals should be
concrete, achievable, rewarding
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Mechanic #6: Skill
Prof. Pier Luca Lanzi
Skill Mechanics
•  Shifts the focus away from the game and onto the player
•  Game require players to exercise certain skills
•  If the player’s skill level is a good match to the game’s difficulty,
the player will feel challenged and stay in the flow channel
•  Games can require
§ Physical skills (dance games, musical instrument based games)
§ Mental skills (memory, observation, problem solving)
§ Social skills (everything that requires reading opponents’ mind,
fooling opponents, team working games)
51
Prof. Pier Luca Lanzi
real vs virtual skills
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Mechanic #7: Chance
Prof. Pier Luca Lanzi
Surprises are an important source of human
pleasure and the secret ingredient of fun
Chance is an essential part of a fun game
because chance means uncertainty, and
uncertainty means surprises
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Skill and Chance Get Tangled
•  Estimating chance is a skill
•  Skills have a probability of success
•  Estimating an opponent’s skill is a skill
•  Predicting pure chance is an imagined skill
•  Controlling pure chance is an imagined skill
57
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Game Mechanics & Rules
•  Game mechanics are the rules, processes, and data at the heart
of a game
•  Rules and mechanics are related concepts, but mechanics are
more detailed and concrete
•  For example, the rules of Monopoly consist of only a few pages,
but the mechanics of Monopoly include the prices of all the
properties and the text of all the Chance and Community Chest
60
Prof. Pier Luca Lanzi
core mechanics indicate mechanics
that are the most influential
for example, the mechanics that implement
gravity in a platform game are core mechanics
in fact, gravity affects almost all moving
objects in the game and interact
Prof. Pier Luca Lanzi
Game mechanics are media independent
They can be implemented through
many different media
Thus, game scholars don’t distinguish
between video/card/board games
Prof. Pier Luca Lanzi
Five Different Core Mechanics
•  Physics
§ Plays a large role in modern video games (e.g., FPS, physics-puzzle games)
•  Internal economy
§ Transactions involving game elements that are collected, consumed, and
traded constitute a game’s internal economy
§ Can involve abstractions (health, popularity, and magical powers)
•  Progressive mechanisms
§ The progress of the player is tightly controlled by a number of mechanisms
that block or unlock access to certain areas
•  Tactical maneuvering
§ Deal with the placement of game units on a map for offensive or defensive
advantages
•  Social interactions
§ Reward giving gifts, inviting new friends to join, participating in social
interactions
63
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Prof. Pier Luca Lanzi
Discrete Mechanics vs
Continuous Mechanics
Prof. Pier Luca Lanzi
Mixing Physical Mechanics with Strategic Gameplay
Prof. Pier Luca Lanzi
progression mechanics create
games of progression
the other mechanics create
game of emergence
Prof. Pier Luca Lanzi
game of emergence have relatively
simple rules but much variations
the game’s challenge and its flow of
events are not planned in advanced
they emerge during gameplay
Prof. Pier Luca Lanzi
player’s trajectory
the path players take through
the possible states of a game
games that allows many, different, interesting
trajectories arguably have more gameplay than
games that generate fewer less interesting trajectories
Prof. Pier Luca Lanzi
Tic-tac-toe vs Connect4
Prof. Pier Luca Lanzi
http://civilization.wikia.com/wiki/Civilization_V
Prof. Pier Luca Lanzi
Extra Credits - The Waiting Game - Why Weird Games Become Cult Hits
https://www.youtube.com/watch?v=ptk93AyICH0
73
Prof. Pier Luca Lanzi
http://www.necessarygames.com/my-games/loneliness/flash
Prof. Pier Luca Lanzi
https://www.youtube.com/watch?v=4QwcI4iQt2Y
Prof. Pier Luca Lanzi
https://www.youtube.com/watch?v=pP_qNm-96Dc
Prof. Pier Luca Lanzi
Match Game Mechanics:
An exhaustive survey
Jonathan Bailey with contributions by Christopher Floyd,
Robert Wahler, Lars Bull and Kevin Ryan
Prof. Pier Luca Lanzi
http://www.gamasutra.com/blogs/JonathanBailey/
20150227/237544/Match_Game_Mechanics.php
Prof. Pier Luca Lanzi
http://www.facebook.com/polimigamecollective
https://twitter.com/@POLIMIGC
http://www.youtube.com/PierLucaLanzi
http://www.polimigamecollective.org

Contenu connexe

Tendances

Clash Royale Mobile Game Teardown or Deconstruction by Adrian Crook & Associa...
Clash Royale Mobile Game Teardown or Deconstruction by Adrian Crook & Associa...Clash Royale Mobile Game Teardown or Deconstruction by Adrian Crook & Associa...
Clash Royale Mobile Game Teardown or Deconstruction by Adrian Crook & Associa...
Adrian Crook and Associates
 
Cerny method
Cerny methodCerny method
Cerny method
Tim Holt
 

Tendances (20)

Idle Games: The Mechanics and Monetization of Self-Playing Games
Idle Games: The Mechanics and Monetization of Self-Playing GamesIdle Games: The Mechanics and Monetization of Self-Playing Games
Idle Games: The Mechanics and Monetization of Self-Playing Games
 
Practical AI in Games
Practical AI in GamesPractical AI in Games
Practical AI in Games
 
01 - Introduction to Game Mechanics
01 - Introduction to Game Mechanics01 - Introduction to Game Mechanics
01 - Introduction to Game Mechanics
 
LAFS SVI Level 3 - Game Design and Analysis
LAFS SVI Level 3 - Game Design and AnalysisLAFS SVI Level 3 - Game Design and Analysis
LAFS SVI Level 3 - Game Design and Analysis
 
Introduction to Game Design
Introduction to Game DesignIntroduction to Game Design
Introduction to Game Design
 
20 Game Ideas You Should Steal
20 Game Ideas You Should Steal20 Game Ideas You Should Steal
20 Game Ideas You Should Steal
 
LAFS Game Design 1 - Foundational Elements
LAFS Game Design 1 - Foundational ElementsLAFS Game Design 1 - Foundational Elements
LAFS Game Design 1 - Foundational Elements
 
Intro to Game Design
Intro to Game DesignIntro to Game Design
Intro to Game Design
 
Clash Royale Mobile Game Teardown or Deconstruction by Adrian Crook & Associa...
Clash Royale Mobile Game Teardown or Deconstruction by Adrian Crook & Associa...Clash Royale Mobile Game Teardown or Deconstruction by Adrian Crook & Associa...
Clash Royale Mobile Game Teardown or Deconstruction by Adrian Crook & Associa...
 
Game development pipeline
Game development pipelineGame development pipeline
Game development pipeline
 
Soft Launch Planning and Management | Dylan Tredrea
Soft Launch Planning and Management | Dylan TredreaSoft Launch Planning and Management | Dylan Tredrea
Soft Launch Planning and Management | Dylan Tredrea
 
Gaming evolution
Gaming evolutionGaming evolution
Gaming evolution
 
Introduction To 3D Gaming
Introduction To 3D GamingIntroduction To 3D Gaming
Introduction To 3D Gaming
 
Personalisation as the key to optimising your game's revenue & LTV.
Personalisation as the key to optimising your game's revenue & LTV.Personalisation as the key to optimising your game's revenue & LTV.
Personalisation as the key to optimising your game's revenue & LTV.
 
Game Concept
Game ConceptGame Concept
Game Concept
 
Cerny method
Cerny methodCerny method
Cerny method
 
Game Design Principle
Game Design PrincipleGame Design Principle
Game Design Principle
 
Videogame Design and Programming - 08 The Design Document
Videogame Design and Programming - 08 The Design DocumentVideogame Design and Programming - 08 The Design Document
Videogame Design and Programming - 08 The Design Document
 
Video game proposal
Video game proposalVideo game proposal
Video game proposal
 
Game Programming 11 - Game Physics
Game Programming 11 - Game PhysicsGame Programming 11 - Game Physics
Game Programming 11 - Game Physics
 

Similaire à Game Mechanics

The Tools of Video Game Analysis
The Tools of Video Game AnalysisThe Tools of Video Game Analysis
The Tools of Video Game Analysis
Austin O'Brien
 

Similaire à Game Mechanics (20)

VDP2016 - Lecture 08 Game mechanics
VDP2016 - Lecture 08 Game mechanicsVDP2016 - Lecture 08 Game mechanics
VDP2016 - Lecture 08 Game mechanics
 
VDP2016 - Lecture 05 Game analysis frameworks
VDP2016 - Lecture 05 Game analysis frameworksVDP2016 - Lecture 05 Game analysis frameworks
VDP2016 - Lecture 05 Game analysis frameworks
 
The Structure of Games
The Structure of GamesThe Structure of Games
The Structure of Games
 
VDP2016 - Lecture 03 Conceptualization
VDP2016 - Lecture 03 ConceptualizationVDP2016 - Lecture 03 Conceptualization
VDP2016 - Lecture 03 Conceptualization
 
VDP2016 - Lecture 06 The structureofgames
VDP2016 - Lecture 06 The structureofgamesVDP2016 - Lecture 06 The structureofgames
VDP2016 - Lecture 06 The structureofgames
 
Idea Generation and Conceptualization
Idea Generation and ConceptualizationIdea Generation and Conceptualization
Idea Generation and Conceptualization
 
Introduzione alla realizzazione di videogiochi - Meccaniche
Introduzione alla realizzazione di videogiochi - MeccanicheIntroduzione alla realizzazione di videogiochi - Meccaniche
Introduzione alla realizzazione di videogiochi - Meccaniche
 
Elements for the Theory of Fun
Elements for the Theory of FunElements for the Theory of Fun
Elements for the Theory of Fun
 
Game Balancing
Game BalancingGame Balancing
Game Balancing
 
Working with Formal Elements
Working with Formal ElementsWorking with Formal Elements
Working with Formal Elements
 
VDP2016 - Lecture 10 Working with formal elements
VDP2016 - Lecture 10 Working with formal elementsVDP2016 - Lecture 10 Working with formal elements
VDP2016 - Lecture 10 Working with formal elements
 
Videogame Design and Programming - 05 Working with Formal Elements
Videogame Design and Programming - 05 Working with Formal ElementsVideogame Design and Programming - 05 Working with Formal Elements
Videogame Design and Programming - 05 Working with Formal Elements
 
Videogame Design and Programming - 04 Conceptualization
Videogame Design and Programming - 04 ConceptualizationVideogame Design and Programming - 04 Conceptualization
Videogame Design and Programming - 04 Conceptualization
 
The Tools of Video Game Analysis
The Tools of Video Game AnalysisThe Tools of Video Game Analysis
The Tools of Video Game Analysis
 
Videogame Design and Programming - 06 Working with Dramatic Elements
Videogame Design and Programming - 06 Working with Dramatic ElementsVideogame Design and Programming - 06 Working with Dramatic Elements
Videogame Design and Programming - 06 Working with Dramatic Elements
 
Various Topics on Game Design
Various Topics on Game DesignVarious Topics on Game Design
Various Topics on Game Design
 
mindful xp Video Postmortem
mindful xp Video Postmortemmindful xp Video Postmortem
mindful xp Video Postmortem
 
Videogame Design and Programming - 03 The Structure of Games
Videogame Design and Programming - 03 The Structure of GamesVideogame Design and Programming - 03 The Structure of Games
Videogame Design and Programming - 03 The Structure of Games
 
VDP2016 - Lecture 04 Thinking likea-gamedesigner
VDP2016 - Lecture 04 Thinking likea-gamedesignerVDP2016 - Lecture 04 Thinking likea-gamedesigner
VDP2016 - Lecture 04 Thinking likea-gamedesigner
 
A Brief Game Jam Survival Guide
A Brief Game Jam Survival GuideA Brief Game Jam Survival Guide
A Brief Game Jam Survival Guide
 

Plus de Pier Luca Lanzi

Plus de Pier Luca Lanzi (20)

11 Settembre 2021 - Giocare con i Videogiochi
11 Settembre 2021 - Giocare con i Videogiochi11 Settembre 2021 - Giocare con i Videogiochi
11 Settembre 2021 - Giocare con i Videogiochi
 
Breve Viaggio al Centro dei Videogiochi
Breve Viaggio al Centro dei VideogiochiBreve Viaggio al Centro dei Videogiochi
Breve Viaggio al Centro dei Videogiochi
 
Global Game Jam 19 @ POLIMI - Morning Welcome
Global Game Jam 19 @ POLIMI - Morning WelcomeGlobal Game Jam 19 @ POLIMI - Morning Welcome
Global Game Jam 19 @ POLIMI - Morning Welcome
 
Data Driven Game Design @ Campus Party 2018
Data Driven Game Design @ Campus Party 2018Data Driven Game Design @ Campus Party 2018
Data Driven Game Design @ Campus Party 2018
 
GGJ18 al Politecnico di Milano - Presentazione che precede la presentazione d...
GGJ18 al Politecnico di Milano - Presentazione che precede la presentazione d...GGJ18 al Politecnico di Milano - Presentazione che precede la presentazione d...
GGJ18 al Politecnico di Milano - Presentazione che precede la presentazione d...
 
GGJ18 al Politecnico di Milano - Presentazione di apertura
GGJ18 al Politecnico di Milano - Presentazione di aperturaGGJ18 al Politecnico di Milano - Presentazione di apertura
GGJ18 al Politecnico di Milano - Presentazione di apertura
 
Presentation for UNITECH event - January 8, 2018
Presentation for UNITECH event - January 8, 2018Presentation for UNITECH event - January 8, 2018
Presentation for UNITECH event - January 8, 2018
 
DMTM Lecture 20 Data preparation
DMTM Lecture 20 Data preparationDMTM Lecture 20 Data preparation
DMTM Lecture 20 Data preparation
 
DMTM Lecture 19 Data exploration
DMTM Lecture 19 Data explorationDMTM Lecture 19 Data exploration
DMTM Lecture 19 Data exploration
 
DMTM Lecture 18 Graph mining
DMTM Lecture 18 Graph miningDMTM Lecture 18 Graph mining
DMTM Lecture 18 Graph mining
 
DMTM Lecture 17 Text mining
DMTM Lecture 17 Text miningDMTM Lecture 17 Text mining
DMTM Lecture 17 Text mining
 
DMTM Lecture 16 Association rules
DMTM Lecture 16 Association rulesDMTM Lecture 16 Association rules
DMTM Lecture 16 Association rules
 
DMTM Lecture 15 Clustering evaluation
DMTM Lecture 15 Clustering evaluationDMTM Lecture 15 Clustering evaluation
DMTM Lecture 15 Clustering evaluation
 
DMTM Lecture 14 Density based clustering
DMTM Lecture 14 Density based clusteringDMTM Lecture 14 Density based clustering
DMTM Lecture 14 Density based clustering
 
DMTM Lecture 13 Representative based clustering
DMTM Lecture 13 Representative based clusteringDMTM Lecture 13 Representative based clustering
DMTM Lecture 13 Representative based clustering
 
DMTM Lecture 12 Hierarchical clustering
DMTM Lecture 12 Hierarchical clusteringDMTM Lecture 12 Hierarchical clustering
DMTM Lecture 12 Hierarchical clustering
 
DMTM Lecture 11 Clustering
DMTM Lecture 11 ClusteringDMTM Lecture 11 Clustering
DMTM Lecture 11 Clustering
 
DMTM Lecture 10 Classification ensembles
DMTM Lecture 10 Classification ensemblesDMTM Lecture 10 Classification ensembles
DMTM Lecture 10 Classification ensembles
 
DMTM Lecture 09 Other classificationmethods
DMTM Lecture 09 Other classificationmethodsDMTM Lecture 09 Other classificationmethods
DMTM Lecture 09 Other classificationmethods
 
DMTM Lecture 08 Classification rules
DMTM Lecture 08 Classification rulesDMTM Lecture 08 Classification rules
DMTM Lecture 08 Classification rules
 

Dernier

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
MateoGardella
 

Dernier (20)

Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
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
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
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
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.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
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 

Game Mechanics

  • 1. Prof. Pier Luca Lanzi Game Mechanics Videogame Design and Programming
  • 2. Prof. Pier Luca Lanzi Player grok MDA Model DynamicsMechanics Aesthetics Game Designer
  • 3. Prof. Pier Luca Lanzi http://www.cs.northwestern.edu/~hunicke/pubs/MDA.pdf
  • 6. Prof. Pier Luca Lanzi Mechanics Story Aestethics Technology
  • 7. Prof. Pier Luca Lanzi The Elemental Tetrad: Mechanics •  The procedures and rules of your game •  Describe the goal of your game •  How players can and cannot try to achieve it •  What happens when they try •  If a set of mechanics is crucial to the gameplay, § These must be supported by the technology § Aesthetics must emphasize them clearly to the players § They should make sense with respect to the story 7
  • 8. Prof. Pier Luca Lanzi The Elemental Tetrad: Story •  The sequence of events that unfolds in your game •  Linear and prescripted, branching and emergent •  The mechanics should strengthen the story and let it emerge •  Aesthetics should reinforce the ideas of the story •  The technology should be the best suited to the story 8
  • 9. Prof. Pier Luca Lanzi The Elemental Tetrad: Aesthetics •  How your game looks, sounds, smells, tastes, and feels •  It has the most direct relationship to a player’s experience •  Technology should allow and amplify the target aesthetic tone/ mood of the game •  Mechanics should be coherent to the world that the aesthetics have defined •  The story should have events that let your aesthetics emerge at the right pace and have the most impact 9
  • 10. Prof. Pier Luca Lanzi The Elemental Tetrad: Technology •  They define the materials and interactions that make your game possible •  The technology enables players to do certain things and prohibits it from doing other things (e.g., Wii and gamepads) •  The technology is essentially the medium in which the aesthetics take place, in which the mechanics will occur, and through which the story will be told. 10
  • 12. Prof. Pier Luca Lanzi Space Invaders http://www.youtube.com/watch?v=QObneYZIdKI
  • 13. Prof. Pier Luca Lanzi The Tedrad at Play: Space Invaders •  Technology § Custom made for this game, no other game had it •  Mechanics § The gameplay was completely new, with a player against and advancing army. The player shoots and the aliens shoot back § You can hide behind the shields but the enemy can destroy them § The more enemy the player shoots down the faster the aliens go § Flying saucers give extra points but they are difficult to hit 13
  • 14. Prof. Pier Luca Lanzi The Tedrad at Play: Space Invaders •  Story § Original story was the players shooting at advancing human soldiers but Taito changed it because it conveyed a bad message § Other war-based games were available (Sea Wolf 1976) § People already complained about game in which you kill people (Death Race 1976) § Marching soldier would better fit a top-down view, aliens give the feeling that their aim is to touch ground •  Aesthetics § Aliens are not identical and have a two frame (very effective) marching animation and music § Colored strips on the screen § The arcade cabinet was attractive and eye catching § Punishing sound when you get hit 14
  • 15. Prof. Pier Luca Lanzi Skin & Skeleton Skin “the player’s experience” Skeleton “the elements that make up the game” Designers should focus on both at the same time
  • 17. Prof. Pier Luca Lanzi Game Themes “if our games have unifying, resonant themes, the experiences we create will be much, much stronger.” Jesse Schell Figure out what your theme is. Use every means possible to reinforce that theme.
  • 20. Prof. Pier Luca Lanzi Game mechanics are the core of what a game truly is What remain when all of the aesthetics, technology, and story are stripped away
  • 21. Prof. Pier Luca Lanzi Mechanic #1: Space
  • 24. Prof. Pier Luca Lanzi Mechanic #2: Time
  • 25. Prof. Pier Luca Lanzi Game Time •  Discrete and Continuous § Turn-based, turn-based chess, etc. •  Clocks and Races § Time can have an absolute (Boggle) value or relative (races) •  Controlling Time § We might allow to stop, pause, accelerate, rewind? 25
  • 27. Prof. Pier Luca Lanzi Super Hot https://www.youtube.com/watch?v=_xLYEAclSek
  • 28. Prof. Pier Luca Lanzi Mechanic #3: Objects, Attributes & States
  • 29. Prof. Pier Luca Lanzi Objects, Attributes, States •  Objects § Characters, props, tokens, scoreboards, or anything that can be seen or manipulated in a game § Objects are the “nouns” of game mechanics § Sometimes, space can be considered an object •  Attributes § Define categories of information about an object. In a racing game, a car might have maximum speed and current speed as attributes. Each attribute has a current state. •  States § Each attribute has a current state. § The state of the “maximum speed” attribute might be 150 mph, while the state of the “current speed” attribute might be 75 mph 29
  • 31. Prof. Pier Luca Lanzi Game designers decide objects have what attributes and what states There are often multiple ways to represent the same thing. The “right” way to think about something is whichever way is most useful at the moment Games that force the players to be aware of too many states (too many game pieces, too many statistics about each character) to play can confuse and overwhelm
  • 33. Prof. Pier Luca Lanzi Secrets A very important decision about game attributes and their states is who is aware of which ones. In many board games, all information is public In card games, some information is hidden What about video games?
  • 35. Prof. Pier Luca Lanzi Mechanic #4: Actions
  • 36. Prof. Pier Luca Lanzi Actions in Games •  Basic actions § Move a piece, jump, shoot •  Strategic actions § Only meaningful on a longer horizon and larger picture § Protect a resource, force the opponent to do a certain move § The strategic actions often involve subtle interactions within the game and are often very strategic moves § They are not part of the rules, but rather actions and strategies that emerge naturally as the game is played 36
  • 37. Prof. Pier Luca Lanzi Interesting emergent actions are the hallmark of a good game The ratio of meaningful strategic actions to basic actions is a good measure of how much emergent behavior your game features. Elegant games allow a player few basic actions and a large number of strategic actions
  • 38. Prof. Pier Luca Lanzi planting seeds for emergence more verbs (basic actions) verbs act on more objects more ways to achieve goals many subjects side effects that changes constraints
  • 41. Prof. Pier Luca Lanzi Mechanic #5: Rules
  • 42. Prof. Pier Luca Lanzi Rules are the most fundamental mechanic. They define the space, the timing, the objects, the actions, the consequences of the actions, the constraints on the actions, and the goals.
  • 43. Prof. Pier Luca Lanzi Parlett’s Rule Analysis
  • 44. Prof. Pier Luca Lanzi Parlett’s Rule Analysis •  Operational rules § Define what the players do to play the game •  Foundational rules § Define the underlying structure of the game. § “When pac-man eats a pellet it will become invincible” •  Behavioral rules § Implicit to the gameplay and typically part of “good sportsmanship” (don’t hassle the player when she is thinking a move) •  Laws § Formed when playing in serious competitive settings (e.g., tournament rules for a specific game).
  • 45. Prof. Pier Luca Lanzi Parlett’s Rule Analysis •  Official rules § They merge game rules and laws § They are defined when a game is played “seriously enough” (e.g. check!) •  Advisory rules § Tips and rules of strategy to help playing better •  House rules § Added by the players to make the game more fun, balanced, etc. § E.g., “no shotgun, no C4, no campers” in some battlefield servers
  • 46. Prof. Pier Luca Lanzi Modes Enforcers Cheatability
  • 47. Prof. Pier Luca Lanzi The Most Important Rule defines the objective/goal of the game good games goals should be concrete, achievable, rewarding
  • 50. Prof. Pier Luca Lanzi Mechanic #6: Skill
  • 51. Prof. Pier Luca Lanzi Skill Mechanics •  Shifts the focus away from the game and onto the player •  Game require players to exercise certain skills •  If the player’s skill level is a good match to the game’s difficulty, the player will feel challenged and stay in the flow channel •  Games can require § Physical skills (dance games, musical instrument based games) § Mental skills (memory, observation, problem solving) § Social skills (everything that requires reading opponents’ mind, fooling opponents, team working games) 51
  • 52. Prof. Pier Luca Lanzi real vs virtual skills
  • 54. Prof. Pier Luca Lanzi Mechanic #7: Chance
  • 55. Prof. Pier Luca Lanzi Surprises are an important source of human pleasure and the secret ingredient of fun Chance is an essential part of a fun game because chance means uncertainty, and uncertainty means surprises
  • 57. Prof. Pier Luca Lanzi Skill and Chance Get Tangled •  Estimating chance is a skill •  Skills have a probability of success •  Estimating an opponent’s skill is a skill •  Predicting pure chance is an imagined skill •  Controlling pure chance is an imagined skill 57
  • 60. Prof. Pier Luca Lanzi Game Mechanics & Rules •  Game mechanics are the rules, processes, and data at the heart of a game •  Rules and mechanics are related concepts, but mechanics are more detailed and concrete •  For example, the rules of Monopoly consist of only a few pages, but the mechanics of Monopoly include the prices of all the properties and the text of all the Chance and Community Chest 60
  • 61. Prof. Pier Luca Lanzi core mechanics indicate mechanics that are the most influential for example, the mechanics that implement gravity in a platform game are core mechanics in fact, gravity affects almost all moving objects in the game and interact
  • 62. Prof. Pier Luca Lanzi Game mechanics are media independent They can be implemented through many different media Thus, game scholars don’t distinguish between video/card/board games
  • 63. Prof. Pier Luca Lanzi Five Different Core Mechanics •  Physics § Plays a large role in modern video games (e.g., FPS, physics-puzzle games) •  Internal economy § Transactions involving game elements that are collected, consumed, and traded constitute a game’s internal economy § Can involve abstractions (health, popularity, and magical powers) •  Progressive mechanisms § The progress of the player is tightly controlled by a number of mechanisms that block or unlock access to certain areas •  Tactical maneuvering § Deal with the placement of game units on a map for offensive or defensive advantages •  Social interactions § Reward giving gifts, inviting new friends to join, participating in social interactions 63
  • 66. Prof. Pier Luca Lanzi Discrete Mechanics vs Continuous Mechanics
  • 67. Prof. Pier Luca Lanzi Mixing Physical Mechanics with Strategic Gameplay
  • 68. Prof. Pier Luca Lanzi progression mechanics create games of progression the other mechanics create game of emergence
  • 69. Prof. Pier Luca Lanzi game of emergence have relatively simple rules but much variations the game’s challenge and its flow of events are not planned in advanced they emerge during gameplay
  • 70. Prof. Pier Luca Lanzi player’s trajectory the path players take through the possible states of a game games that allows many, different, interesting trajectories arguably have more gameplay than games that generate fewer less interesting trajectories
  • 71. Prof. Pier Luca Lanzi Tic-tac-toe vs Connect4
  • 72. Prof. Pier Luca Lanzi http://civilization.wikia.com/wiki/Civilization_V
  • 73. Prof. Pier Luca Lanzi Extra Credits - The Waiting Game - Why Weird Games Become Cult Hits https://www.youtube.com/watch?v=ptk93AyICH0 73
  • 74. Prof. Pier Luca Lanzi http://www.necessarygames.com/my-games/loneliness/flash
  • 75. Prof. Pier Luca Lanzi https://www.youtube.com/watch?v=4QwcI4iQt2Y
  • 76. Prof. Pier Luca Lanzi https://www.youtube.com/watch?v=pP_qNm-96Dc
  • 77. Prof. Pier Luca Lanzi Match Game Mechanics: An exhaustive survey Jonathan Bailey with contributions by Christopher Floyd, Robert Wahler, Lars Bull and Kevin Ryan
  • 78. Prof. Pier Luca Lanzi http://www.gamasutra.com/blogs/JonathanBailey/ 20150227/237544/Match_Game_Mechanics.php
  • 79. Prof. Pier Luca Lanzi http://www.facebook.com/polimigamecollective https://twitter.com/@POLIMIGC http://www.youtube.com/PierLucaLanzi http://www.polimigamecollective.org