Patterns in game design

Slides:



Advertisements
Similar presentations
Game Design Patterns Jussi Holopainen, Nokia Research Center Staffan Björk, Interactive Institute.
Advertisements

Unlocking Expository Text
©2011 1www.id-book.com Data analysis, interpretation and presentation Chapter 8.
Chapter 8 Data Analysis, Interpretation and Presentation.
© Done by : Latifa Ebrahim Al Doy Chapter 8 Data analysis, interpretation and presentation and presentation.
Chapter 1 What is Science
Game Design Patterns: The Component Framework
Game Design Serious Games Miikka Junnila.
1 Systems Thinking and Evaluation Beverly Parsons, PhD Patricia Jessup, PhD InSites
Patterns in Game Design Chapter 9: Game Design Patterns for Narrative Structures, Predictability, and Immersion Patterns CT60A7000 Critical Thinking and.
Chapter 8 Communicating in Groups. List the characteristics and types of groups and explain how groups develop Understand how group size affects communication.
Knowledge Acquisitioning. Definition The transfer and transformation of potential problem solving expertise from some knowledge source to a program.
Chapter 2 Succeeding as a Systems Analyst
CS350/550 Software Engineering Lecture 1. Class Work The main part of the class is a practical software engineering project, in teams of 3-5 people There.
Interactive Media and Game Development 1 Thoughts on Critical Game Studies David Finkel Computer Science Department Interactive Media and Game Development.
Sabine Mendes Lima Moura Issues in Research Methodology PUC – November 2014.
Research problem, Purpose, question
Continuation From Chapter From Chapter 1
Narrative, Interactivity, Play, and Games: Four Naughty concepts in Need of Discipline IAT 810 Veronica Zammitto.
Disciplinary Influences
Chapter 1 Introduction to Simulation
Data analysis, interpretation and presentation
Engineering Design By Brian Nettleton This material is based upon work supported by the National Science Foundation under Grant No Any opinions,
EGGG: Automated programming for game generation J. ORWANT PRESENTED BY HANFENG CHEN MARCH 25, 2015.
+ Welcome to Strategy Games! Kathleen Mercury. + Some call them eurogames, some say designer games, but we’re going to just call them strategy games.
1 Science as a Process Chapter 1 Section 2. 2 Objectives  Explain how science is different from other forms of human endeavor.  Identify the steps that.
Chapter 10 Game Engines and Game Design: Principles, Concepts and Vocabulary.
Introduction to Research
If a child is to keep alive his inborn sense of wonder, he needs the companionship of at least one adult who can share it…rediscovering with him the joy,
“The people transmitting their stories to the next generation aren’t priests or poets or medicine women. They’re multinational corporations. And they are.
Violence Language Blood and Gore Sexual Themes Nudity Drug Abuse Use of Alcohol.
Chapter 2.2 Game Design. CS Overview This introduction covers: –Terms –Concepts –Approach All from a workaday viewpoint.
Lecture 1 Introduction Figures from Lewis, “C# Software Solutions”, Addison Wesley Richard Gesick.
Object-Oriented Analysis and Design Fall 2009.
Software Instrumentation of Computer and Video Games T. Bullen and M. Katchabaw Department of Computer Science The University of Western Ontario N. Dyer-Witheford.
Christina Smith Assignment #1. Essential Question What are some things you do throughout the day that involve math?
1 CHAPTER 2 Decision Making, Systems, Modeling, and Support.
Keys to Success: Building Analytical, Creative, and Practical Skills, 6 th edition Carol Carter, Joyce Bishop, and Sarah Lyman Kravits Copyright ©2009.
1Zumdahl's Introductory Chemistry - Chapter 1 Chemistry: An Introduction Chapter 1.
Fundamentals of Game Design by Ernest Adams and Andrew Rollings Chapter 1: Games and Video Games.
Computing Fundamentals Module Lesson 6 — Using Technology to Solve Problems Computer Literacy BASICS.
SD modeling process One drawback of using a computer to simulate systems is that the computer will always do exactly what you tell it to do. (Garbage in.
Research for Nurses: Methods and Interpretation Chapter 1 What is research? What is nursing research? What are the goals of Nursing research?
By Anthony W. Hill & Course Technology1 Troubleshooting Computer Problems.
Winter 2007SEG2101 Chapter 31 Chapter 3 Requirements Specifications.
Writing to Teach - Tutorials Chapter 2. Writing to Teach - Tutorials The purpose of a tutorial is to accommodate information to the needs of the user.
Game Procedures Who does what, where, when, and how?
What is Science? SECTION 1.1. What Is Science and Is Not  Scientific ideas are open to testing, discussion, and revision  Science is an organize way.
Modern Systems Analysis and Design Third Edition Chapter 2 Succeeding as a Systems Analyst 2.1.
Introduction to research
What’s in a Game? Your Game! Based On: “Tutorial: What is a good game? By Mark Overmars Your Game! Based On: “Tutorial: What is a good game? By Mark Overmars.
Chapter One The Science of Biology
Scientific Methodology Vodcast 1.1 Unit 1: Introduction to Biology.
WRITE DOWN AS MANY GAMES AS YOU CAN IN 30 SECONDS.
Interactive Read Aloud *Turn and Talk *Text impressions *Rally Robin *Round Robin (using turn and talk model) *Story Cards.
5. 2Object-Oriented Analysis and Design with the Unified Process Objectives  Describe the activities of the requirements discipline  Describe the difference.
Science and Engineering Practices K–2 Condensed Practices3–5 Condensed Practices6–8 Condensed Practices9–12 Condensed Practices Developing and Using Models.
Creating a Game Concept Part 4. Game Concept  Creating a game concept or conceptualizing you game means giving a concrete shape to your ideas for the.
Presentation By: Leaniza F. Igot-Scheir, RN Clinical Nursing Information System First Sem Chapter 20: Practice Applications Chapter 20 by Joyce.
Story composition Pt. 2 Game Design.
Literary Genres are a category or certain kind of literature or writing. These categories are identified by examining the characteristics of each piece.
The Unit Framework: Meeting the needs of all students Book pgs Classroom Curriculum Instruction.
Data Analysis, Interpretation and Presentation
Data analysis, interpretation
Data analysis, interpretation and presentation
Data analysis, interpretation and presentation
Advanced English 6 November 29-30
Data analysis, interpretation and presentation
Introduction to Academic Language
System Design and Acquisition
Presentation transcript:

Patterns in game design By: Staffan björk & Jussi holopainen

Introduction Purpose of book is to give a tool for understanding and creating games. - Help to make design choices when creating game. Book focuses on the most essential part: Gameplay. - Gameplay: Structures of player interaction with the game system and other players.

What are game design patterns? Collection of possible design choices in games. - Example patterns: Boss monsters, levels, weapons etc. Simply put, they are recurring themes that occur throughout all games - Storyline, social interaction, handicaps, etc Applies to card games, board games, computer games, etc

And why should I care? Provides a “scientific” way to analyze gameplay flaws - “Why isn’t this game fun?” “I dunno lol.” Can allow one to draw fun elements from other genres - Gambling games -> Minigames in RPGs Possible common language for game design −Need a vocabulary for talking about games −Describe and compare games while focusing on the interaction provided in games Tool for −Inspiration −Structured creative design −Problem-solving −Communication and Analysis

Game component framework −Book presents a framework for describing games based on the activities of the player −The framework provides the concepts about the physical and logical components of game design −These components are used to describe the game design patterns −Framework is based on an idea that player makes quantitative changes in the state of the game

Component categories Holistic −Determine how the activity of playing the game is divided Boundary −Limit the player activities by allowing certain actions and making some activities more rewarding Temporal −Describe the flow of the game play and define the changes in the game state Structural - Define the parts of the game which are manipulated by the players and the

Pattern template in the book Book has the large collection of patterns  ~300 patterns Pattern template: Name - Specific, idiomatic Description - Definition, how it affects the structural framework (if it does),  examples of games in which the pattern is found Using the pattern - What components from the framework are required to use the game, patterns that can be used to instantiate or modulate the pattern Consequences −What effects the pattern has on game play, other patterns the pattern supports, potentially conflicting patterns and why Relations − Instantiates/instantiated by, modulates/modulated by, potentially conflicting patterns References −To descriptions of the phenomena not using patterns, games exemplifying the pattern, patents

A quick rundown of the book Chapter 2: Framework Framework is based on an idea that player makes quantitative changes in the state of the game Chapter 3: Game design patterns All patterns are related to each other in some form. Instantiates, Modulates, Instantiated by, Modulate by, Conflicting with Chapter 4: Using Design Patterns Structural analysis, Play testing, Idea generation, Development of game concepts, Problem solving, Communication

A quick rundown of the book Chapter 6: Resource & Resource Management Pattern Resources are for players to evaluate their situation and to turn into actions in the game. Chapter 7: Information, Communication, and Presentation Pattern What information is available, the quality and reliability of the information, how to distribute and access the information Chapter 8: Actions and Events Patterns What are the common patterns in actions and how they’re performed?

A quick rundown of the book Chapter 9: Narrative Structures, Predictability and Immersion Patterns How the game design can support immersion and commitment to the game by the players. Chapter 11: Game Design Patterns for Goals Goals give players objectives to aim for when playing games but even if all the goals in games can be described by few patterns, they take on many different specific forms and affect gameplay differently. Chapter 12: Game Design Patterns for Goal Structures Relations between goals. Hierarchy of goals, how goals of different players in one game can be related. What’s the difference between goals.

A quick rundown of the book Chapter 13: Game Design Patterns for Game Sessions How game session can be organised. How time goes. How player actions affect in-game time. Chapter 14:Game Design Patterns for Game Mastery and Balancing Multiplayer or player-computer balance and how it can achieved. What makes game Complex and Difficult, level of those characteristics. Chapter 15: Game Design Patterns for Meta Games, Replayability, and Learning Curves Way of achieving games replayability, inside-games, non-game ways of enjoying game.

Game patterns in real world Consumers in PacMan - Resource and Resource Management Pattern

Game patterns in real world Imperfect Information in Mahjong - Information, Communication, and Presentation Pattern

Summary Game patterns occur throughout all kinds of games A game doesn’t necessarily need all patterns in order to be called a game