1 / 7

Critical thinking and argumentation in software engineering

Critical thinking and argumentation in software engineering. Patterns in Game Design Chapters 3-4 Ilmo Räsänen. Definition of game design patterns. “game design patterns are semiformal interdependent description of commonly reoccurring parts of the design of a game that concern gameplay”.

dalila
Download Presentation

Critical thinking and argumentation in software engineering

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Critical thinking and argumentation in software engineering Patterns in Game Design Chapters 3-4 IlmoRäsänen

  2. Definition of game design patterns “game design patterns are semiformal interdependent description of commonly reoccurring parts of the design of a game that concern gameplay”

  3. Characteristics of patterns (1/3) • Interrelated descriptions • All patterns in any given game are related to each other in some form

  4. Characteristics of patterns (2/3) • Five relationship types • Instantiates: Presence of the first pattern causes the second pattern to be present. • Modulates: First pattern affects aspects of the second pattern in a way that influences gameplay. • Instantiated by: Pattern can be instantiated by ensuring the presence of the related pattern. • Modulated by: How additional patterns can tune a pattern´s affect on gameplay. • Potentially conflicting with: Pattern in certain configurations can make the presence of another pattern impossible.

  5. Characteristics of patterns (3/3) • Hierarchies of patterns: • Lower-level / higher-level definition is used to indicate the general level of abstraction the pattern represents • Intentional or emergent presence • Patterns found in gameplay can be either intentional or emergent

  6. Game design pattern template • Name • Core definition • General Description • Using the pattern • Consequences • Relations • References

  7. Using design Patterns • Implementation of game design patterns • Analyze an existing game (Identify) • Structural analysis • Play testing • Game designing (Apply) • Idea generation • Development of game concepts • Problem solving • Communication

More Related