SlideShare une entreprise Scribd logo
1  sur  35
Télécharger pour lire hors ligne
Chapter 3:
Complex systems
and the structure of
Emergence
Hamzah Asyrani Sulaiman
In this chapter, we will explore the
relationship between emergence, the
structure of game mechanics, and gameplay
in more detail. We will see that for gameplay
to emerge from them, the mechanics must
be balanced between order and chaos.
Gameplay as an Emergent Property of Games
We define gameplay as the challenges that a game
poses to a player and the actions the player can
perform in the game. Most actions enable the player
to overcome challenges, although a few actions
(such as changing the color of a racing car or
chatting) may not be related to challenges
Gameplay as an Emergent Property of Games
It’s possible to program the game in such a way that
every challenge has one unique
action that overcomes it.
In Tetris, nobody programmed in all the possible
combinations and sequences of
falling tetrominoes (Tetris blocks). The game simply
releases tetrominoes at random.
Gameplay as an Emergent Property of Games
Gameplay as an Emergent Property of Games
Between Order and Chaos
The behavior of complex systems (see the
“What Are Complex Systems?” sidebar)
can be classified as ordered to chaotic
and anything in between.
Ordered systems are simple to predict,
while chaotic systems are impossible to
predict, even when you fully understand
the way the parts work that make up the
system. Emergence thrives somewhere
between order and chaos.
Between Order and Chaos
Between Order and Chaos
Periodic systems progress through a distinct number
of stages in an ongoing and easily predicted sequence
Between Order and Chaos
Emergent systems are less ordered and more chaotic than
periodic systems. Emergent systems often display stable
patterns of behavior, but the system might switch from
one pattern to another suddenly and unpredictably
Sid Meier's Civilization®: Beyond
Earth™
Between Order and Chaos
Can emergence be Designed?
Emergence can occur in complex
systems only after they have been set
in motion.
This explains why game design
depends heavily on building
prototypes and testing the game.
Games are complex systems, and the
only way to find out whether the
gameplay is interesting, enjoyable,
and balanced is to have people play
the game in some form.
Structural Qualities of Complex Systems
The science of complexity typically concerns itself with vast,
complex systems. The weather system is the classic example. In
these systems, a small change can have
large effects over time. This is popularly known as the butterfly
effect
Active and Interconnected Parts
At the boundary of mathematics, computer
science, and games lies a peculiar field that
studies cellular automata (the plural of cellular
automaton). A cellular automaton
is a simple set of rules governing the
appearance of spaces, or cells, in a line or on a
grid.
Image result for cellular automatonmathworld.wolfram.com
A cellular automaton is a collection of "colored" cells on a grid
of specified shape that evolves through a number of discrete
time steps according to a set of rules based on the states of
neighboring cells.
Active and Interconnected Parts
They must consist of simple cells whose rules are defined
locally. This means the system must consist of parts that can be
describe relatively easily in isolation.
In Wolfram’s cellular automaton example, eight simple rules
determine the behavior of each individual cell.
Active and Interconnected Parts
The level of activity of the cells is a good indicator
for the complexity of the behavior of the system.
In a system that has only a very few active cells,
interesting, complex behavior is unlikely to
emerge. In Wolfram’s automaton, activity is
understood as changes to a cell’s state: A cell is
active when it changes from black to white or
from white to black.
Active and Interconnected Parts
Tower defense games illustrate these properties well (Figure 3.3).
Tower defense
games consist of a number of relatively simple parts.
Enemies follow a predesigned
path toward the player’s fortress.
Each enemy has a particular speed, a number of hit points, and perhaps a few attributes to make it
more interesting.
The player places towers to defend his position. Each tower fires projectiles at enemies within a certain
range and at a certain rate.
Feedback loops Can Stabilize or Destabilize a
System
A feedback loop is created when the effects of a
change in one part of the system (such as the number of
predators) come back and affect the same part at a later
moment in time. In this case, an increase of the number
of predators will cause a decrease of prey, which in turn will
cause a subsequent decrease of predators. The effects of the
changes to the predator population size are quite literally fed
back to the same population size.
https://learn.canvas.net/courses/3/pages/level-4-dot-4-
feedback-loops
Different behavioral Patterns emerge at Different
Scales
Conway’s automaton consists of cells that are laid out on
a two-dimensional grid. In theory, this grid goes on indefinitely
in all directions.
Each cell on the grid has eight neighbors: the cells that
surround it orthogonally and diagonally. Each cell can be in two
different states: It is either dead or alive. In most examples,
dead cells are rendered white, while live cells are colored black.
http://www.bitstorm.org/gameoflife/
https://youtu.be/OEbCsKJKXaE
Different behavioral Patterns emerge at Different
Scales
• A live cell that has fewer
than two live neighbors
dies from loneliness.
• A live cell that has more
than three live neighbors
dies from overcrowding.
• A live cell that has two or
three live neighbors stays
alive.
• A dead cell that has exactly
three live neighbors
becomes alive.
It is a group of five live cells that replicates itself one tile away after four
iterations. The effect of a glider is that of a little creature that moves across the
grid (Figure 3.6). More interesting patterns were found, such as a glider gun, a
pattern that stays in one place but produces new gliders that move off every 30
iterations.
To start the Game of Life, you need to set up a grid and choose a number of cells
that are initially alive. An example of the effects that emerge from applying these
rules is depicted in Figure 3.5.
http://gameinternals.com/post/2072558330/
understanding-pac-man-ghost-behavior
Categorizing emergence
Scientists distinguish among various levels of emergence in a
complex system. Some effects are more emergent than others.
• nominal or intentional emergence
• there is either no feedback or feedback only between agents on the
same level of organization.
• Examples of such systems include most man-made machinery where
the function of the machine is an intentional (and designed) emergent
property of its components.
• weak emergence
• introduces top-down feedback between different levels within the
system.
• multiple emergence
• In these systems, multiple feedback traverses the different levels of
organization.
• Fromm’s illustrates this category by explaining how interesting
emergence can be found in systems that have short-range positive
feedback and long-range negative feedback
In his paper “Types and Forms of
Emergence,” scientist
Jochen Fromm uses feedback and scales to
build the following taxonomy of emergence
(2005).
Harnessing Emergence in Games
Games are complex systems that can produce
unpredictable results but must deliver a well-
designed, natural user experience. To achieve
this, game designers must understand the
nature of emergent behavior in general and of
their game in particular.
Summary
• In this chapter, we discussed the definition of complex systems and showed how gameplay emerges from
them.
• We described the continuum between strictly ordered systems and entirely chaotic ones and showed that
emergence takes place somewhere between the two.
• Three structural qualities of complex systems contribute to emergence: active and interconnected parts;
feedback loops; and interaction at different scales.
• We used cellular automata as an example of simple systems that can produce emergence, and we
described how tower defense games work like cellular automata.
• Finally, we introduced Fromm’s categories of emergence, which are produced by different combinations of
feedback loops and interactions among the parts of a system at different scales.
Learn More about these games
Life is Strange
Pacman
Game of Life
Civilization 5
Naruto Ninja Storm
Tetris Game

Contenu connexe

Similaire à Emergence in Games: Order, Chaos and Structural Qualities

Monte-Carlo Tree Search For The "Mr Jack" Board Game
Monte-Carlo Tree Search For The "Mr Jack" Board Game Monte-Carlo Tree Search For The "Mr Jack" Board Game
Monte-Carlo Tree Search For The "Mr Jack" Board Game IJSCAI Journal
 
MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME
MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME
MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME ijscai
 
Monte carlo tree search for the
Monte carlo tree search for theMonte carlo tree search for the
Monte carlo tree search for theijscai
 
MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME
MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME
MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME ijscai
 
Model based cellularautomataonspreadofrumours
Model based cellularautomataonspreadofrumoursModel based cellularautomataonspreadofrumours
Model based cellularautomataonspreadofrumoursDr. Michael Agbaje
 
ICPSR - Complex Systems Models in the Social Sciences - Lecture 3 - Professor...
ICPSR - Complex Systems Models in the Social Sciences - Lecture 3 - Professor...ICPSR - Complex Systems Models in the Social Sciences - Lecture 3 - Professor...
ICPSR - Complex Systems Models in the Social Sciences - Lecture 3 - Professor...Daniel Katz
 
Week 12 future computing 2014 tr2
Week 12 future computing 2014 tr2Week 12 future computing 2014 tr2
Week 12 future computing 2014 tr2karenmclaughlin1961
 
Chapt 3 role of actors
Chapt 3   role of actorsChapt 3   role of actors
Chapt 3 role of actorsMuhd Basheer
 
Need help writing Conways Game of Life. These are the instructions.pdf
Need help writing Conways Game of Life. These are the instructions.pdfNeed help writing Conways Game of Life. These are the instructions.pdf
Need help writing Conways Game of Life. These are the instructions.pdfsantanadenisesarin13
 
Evolution as a Tool for Understanding and Designing Collaborative Systems
Evolution as a Tool for Understanding and Designing Collaborative SystemsEvolution as a Tool for Understanding and Designing Collaborative Systems
Evolution as a Tool for Understanding and Designing Collaborative SystemsWilfried Elmenreich
 
Optimizing search-space-of-othello-using-hybrid-approach
Optimizing search-space-of-othello-using-hybrid-approachOptimizing search-space-of-othello-using-hybrid-approach
Optimizing search-space-of-othello-using-hybrid-approachEditor IJMTER
 
Two dimensional-cellular-automata
Two dimensional-cellular-automataTwo dimensional-cellular-automata
Two dimensional-cellular-automataMazharul Shaik
 
Simulations map
Simulations mapSimulations map
Simulations mapavturchin
 
Di3211291134
Di3211291134Di3211291134
Di3211291134IJMER
 
Framsticks
FramsticksFramsticks
FramsticksSayyed Z
 
Designing balance (takeaway version)
Designing balance (takeaway version)Designing balance (takeaway version)
Designing balance (takeaway version)Kacper Szymczak
 

Similaire à Emergence in Games: Order, Chaos and Structural Qualities (20)

Monte-Carlo Tree Search For The "Mr Jack" Board Game
Monte-Carlo Tree Search For The "Mr Jack" Board Game Monte-Carlo Tree Search For The "Mr Jack" Board Game
Monte-Carlo Tree Search For The "Mr Jack" Board Game
 
MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME
MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME
MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME
 
Monte carlo tree search for the
Monte carlo tree search for theMonte carlo tree search for the
Monte carlo tree search for the
 
MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME
MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME
MONTE-CARLO TREE SEARCH FOR THE “MR JACK” BOARD GAME
 
Presentation
PresentationPresentation
Presentation
 
Model based cellularautomataonspreadofrumours
Model based cellularautomataonspreadofrumoursModel based cellularautomataonspreadofrumours
Model based cellularautomataonspreadofrumours
 
ICPSR - Complex Systems Models in the Social Sciences - Lecture 3 - Professor...
ICPSR - Complex Systems Models in the Social Sciences - Lecture 3 - Professor...ICPSR - Complex Systems Models in the Social Sciences - Lecture 3 - Professor...
ICPSR - Complex Systems Models in the Social Sciences - Lecture 3 - Professor...
 
Week 12 future computing 2014 tr2
Week 12 future computing 2014 tr2Week 12 future computing 2014 tr2
Week 12 future computing 2014 tr2
 
Chapt 3 role of actors
Chapt 3   role of actorsChapt 3   role of actors
Chapt 3 role of actors
 
Need help writing Conways Game of Life. These are the instructions.pdf
Need help writing Conways Game of Life. These are the instructions.pdfNeed help writing Conways Game of Life. These are the instructions.pdf
Need help writing Conways Game of Life. These are the instructions.pdf
 
Evolution as a Tool for Understanding and Designing Collaborative Systems
Evolution as a Tool for Understanding and Designing Collaborative SystemsEvolution as a Tool for Understanding and Designing Collaborative Systems
Evolution as a Tool for Understanding and Designing Collaborative Systems
 
Optimizing search-space-of-othello-using-hybrid-approach
Optimizing search-space-of-othello-using-hybrid-approachOptimizing search-space-of-othello-using-hybrid-approach
Optimizing search-space-of-othello-using-hybrid-approach
 
Two dimensional-cellular-automata
Two dimensional-cellular-automataTwo dimensional-cellular-automata
Two dimensional-cellular-automata
 
Simulations map
Simulations mapSimulations map
Simulations map
 
Di3211291134
Di3211291134Di3211291134
Di3211291134
 
Framsticks
FramsticksFramsticks
Framsticks
 
Task 2 research
Task 2 researchTask 2 research
Task 2 research
 
Task 2 research
Task 2 researchTask 2 research
Task 2 research
 
Designing balance (takeaway version)
Designing balance (takeaway version)Designing balance (takeaway version)
Designing balance (takeaway version)
 
AI Lesson 07
AI Lesson 07AI Lesson 07
AI Lesson 07
 

Plus de Hamzah Asyrani Sulaiman

Plus de Hamzah Asyrani Sulaiman (9)

05 - Machinations
05 - Machinations05 - Machinations
05 - Machinations
 
04 - Internal Economy
04 - Internal Economy04 - Internal Economy
04 - Internal Economy
 
01 - Introduction to Game Mechanics
01 - Introduction to Game Mechanics01 - Introduction to Game Mechanics
01 - Introduction to Game Mechanics
 
GAME MECHANIC - chapter 8 v1.0 (2019 edition)
GAME MECHANIC - chapter 8 v1.0 (2019 edition)GAME MECHANIC - chapter 8 v1.0 (2019 edition)
GAME MECHANIC - chapter 8 v1.0 (2019 edition)
 
GAME MECHANIC - chapter 7 v1.0 (2018 edition)
GAME MECHANIC - chapter 7 v1.0 (2018 edition)GAME MECHANIC - chapter 7 v1.0 (2018 edition)
GAME MECHANIC - chapter 7 v1.0 (2018 edition)
 
GAME MECHANIC - chapter 6 v1.0 (2018 edition)
GAME MECHANIC - chapter 6 v1.0 (2018 edition)GAME MECHANIC - chapter 6 v1.0 (2018 edition)
GAME MECHANIC - chapter 6 v1.0 (2018 edition)
 
GAME MECHANIC - chapter 5 v1.1 (2019 edition)
GAME MECHANIC - chapter 5 v1.1 (2019 edition)GAME MECHANIC - chapter 5 v1.1 (2019 edition)
GAME MECHANIC - chapter 5 v1.1 (2019 edition)
 
GAME MECHANIC - chapter 4 v1.1 (2018 edition)
GAME MECHANIC - chapter 4 v1.1 (2018 edition)GAME MECHANIC - chapter 4 v1.1 (2018 edition)
GAME MECHANIC - chapter 4 v1.1 (2018 edition)
 
GAME MECHANIC - chapter 1 v1.4 (2019 edition)
GAME MECHANIC - chapter 1 v1.4 (2019 edition)GAME MECHANIC - chapter 1 v1.4 (2019 edition)
GAME MECHANIC - chapter 1 v1.4 (2019 edition)
 

Dernier

Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxUnboundStockton
 

Dernier (20)

Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
Blooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docxBlooming Together_ Growing a Community Garden Worksheet.docx
Blooming Together_ Growing a Community Garden Worksheet.docx
 

Emergence in Games: Order, Chaos and Structural Qualities

  • 1. Chapter 3: Complex systems and the structure of Emergence Hamzah Asyrani Sulaiman
  • 2. In this chapter, we will explore the relationship between emergence, the structure of game mechanics, and gameplay in more detail. We will see that for gameplay to emerge from them, the mechanics must be balanced between order and chaos.
  • 3. Gameplay as an Emergent Property of Games We define gameplay as the challenges that a game poses to a player and the actions the player can perform in the game. Most actions enable the player to overcome challenges, although a few actions (such as changing the color of a racing car or chatting) may not be related to challenges
  • 4. Gameplay as an Emergent Property of Games It’s possible to program the game in such a way that every challenge has one unique action that overcomes it. In Tetris, nobody programmed in all the possible combinations and sequences of falling tetrominoes (Tetris blocks). The game simply releases tetrominoes at random.
  • 5. Gameplay as an Emergent Property of Games
  • 6. Gameplay as an Emergent Property of Games
  • 7. Between Order and Chaos The behavior of complex systems (see the “What Are Complex Systems?” sidebar) can be classified as ordered to chaotic and anything in between. Ordered systems are simple to predict, while chaotic systems are impossible to predict, even when you fully understand the way the parts work that make up the system. Emergence thrives somewhere between order and chaos.
  • 9. Between Order and Chaos Periodic systems progress through a distinct number of stages in an ongoing and easily predicted sequence
  • 10. Between Order and Chaos Emergent systems are less ordered and more chaotic than periodic systems. Emergent systems often display stable patterns of behavior, but the system might switch from one pattern to another suddenly and unpredictably Sid Meier's Civilization®: Beyond Earth™
  • 12. Can emergence be Designed? Emergence can occur in complex systems only after they have been set in motion. This explains why game design depends heavily on building prototypes and testing the game. Games are complex systems, and the only way to find out whether the gameplay is interesting, enjoyable, and balanced is to have people play the game in some form.
  • 13. Structural Qualities of Complex Systems The science of complexity typically concerns itself with vast, complex systems. The weather system is the classic example. In these systems, a small change can have large effects over time. This is popularly known as the butterfly effect
  • 14.
  • 15.
  • 16. Active and Interconnected Parts At the boundary of mathematics, computer science, and games lies a peculiar field that studies cellular automata (the plural of cellular automaton). A cellular automaton is a simple set of rules governing the appearance of spaces, or cells, in a line or on a grid. Image result for cellular automatonmathworld.wolfram.com A cellular automaton is a collection of "colored" cells on a grid of specified shape that evolves through a number of discrete time steps according to a set of rules based on the states of neighboring cells.
  • 17. Active and Interconnected Parts They must consist of simple cells whose rules are defined locally. This means the system must consist of parts that can be describe relatively easily in isolation. In Wolfram’s cellular automaton example, eight simple rules determine the behavior of each individual cell.
  • 18. Active and Interconnected Parts The level of activity of the cells is a good indicator for the complexity of the behavior of the system. In a system that has only a very few active cells, interesting, complex behavior is unlikely to emerge. In Wolfram’s automaton, activity is understood as changes to a cell’s state: A cell is active when it changes from black to white or from white to black.
  • 19.
  • 20. Active and Interconnected Parts Tower defense games illustrate these properties well (Figure 3.3). Tower defense games consist of a number of relatively simple parts. Enemies follow a predesigned path toward the player’s fortress. Each enemy has a particular speed, a number of hit points, and perhaps a few attributes to make it more interesting. The player places towers to defend his position. Each tower fires projectiles at enemies within a certain range and at a certain rate.
  • 21. Feedback loops Can Stabilize or Destabilize a System A feedback loop is created when the effects of a change in one part of the system (such as the number of predators) come back and affect the same part at a later moment in time. In this case, an increase of the number of predators will cause a decrease of prey, which in turn will cause a subsequent decrease of predators. The effects of the changes to the predator population size are quite literally fed back to the same population size. https://learn.canvas.net/courses/3/pages/level-4-dot-4- feedback-loops
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29. Different behavioral Patterns emerge at Different Scales Conway’s automaton consists of cells that are laid out on a two-dimensional grid. In theory, this grid goes on indefinitely in all directions. Each cell on the grid has eight neighbors: the cells that surround it orthogonally and diagonally. Each cell can be in two different states: It is either dead or alive. In most examples, dead cells are rendered white, while live cells are colored black. http://www.bitstorm.org/gameoflife/ https://youtu.be/OEbCsKJKXaE
  • 30. Different behavioral Patterns emerge at Different Scales • A live cell that has fewer than two live neighbors dies from loneliness. • A live cell that has more than three live neighbors dies from overcrowding. • A live cell that has two or three live neighbors stays alive. • A dead cell that has exactly three live neighbors becomes alive. It is a group of five live cells that replicates itself one tile away after four iterations. The effect of a glider is that of a little creature that moves across the grid (Figure 3.6). More interesting patterns were found, such as a glider gun, a pattern that stays in one place but produces new gliders that move off every 30 iterations. To start the Game of Life, you need to set up a grid and choose a number of cells that are initially alive. An example of the effects that emerge from applying these rules is depicted in Figure 3.5.
  • 32. Categorizing emergence Scientists distinguish among various levels of emergence in a complex system. Some effects are more emergent than others. • nominal or intentional emergence • there is either no feedback or feedback only between agents on the same level of organization. • Examples of such systems include most man-made machinery where the function of the machine is an intentional (and designed) emergent property of its components. • weak emergence • introduces top-down feedback between different levels within the system. • multiple emergence • In these systems, multiple feedback traverses the different levels of organization. • Fromm’s illustrates this category by explaining how interesting emergence can be found in systems that have short-range positive feedback and long-range negative feedback In his paper “Types and Forms of Emergence,” scientist Jochen Fromm uses feedback and scales to build the following taxonomy of emergence (2005).
  • 33. Harnessing Emergence in Games Games are complex systems that can produce unpredictable results but must deliver a well- designed, natural user experience. To achieve this, game designers must understand the nature of emergent behavior in general and of their game in particular.
  • 34. Summary • In this chapter, we discussed the definition of complex systems and showed how gameplay emerges from them. • We described the continuum between strictly ordered systems and entirely chaotic ones and showed that emergence takes place somewhere between the two. • Three structural qualities of complex systems contribute to emergence: active and interconnected parts; feedback loops; and interaction at different scales. • We used cellular automata as an example of simple systems that can produce emergence, and we described how tower defense games work like cellular automata. • Finally, we introduced Fromm’s categories of emergence, which are produced by different combinations of feedback loops and interactions among the parts of a system at different scales.
  • 35. Learn More about these games Life is Strange Pacman Game of Life Civilization 5 Naruto Ninja Storm Tetris Game