SlideShare a Scribd company logo
1 of 44
Download to read offline
Various Topics on
  Game Design


                      Martin Ruskov
            Blender for Game Artists
                Aug-24, TOSMI2009
Game Development
Sample Game Design Document
●   Game overview
    –   Game concept
    –   Target audience
●   Gameplay and mechanics
●   World, story and characters
●   Levels
●   Interface
●   Everything else
The Player
Play
In addition to providing structured environments for challenge and achievement,
games can also provide opportunities for players to use imagination,
fantasy, inspiration, social skills, or other more playful types of
interaction to achieve objectives within the game space. The play might be
serious, like the pomp and circumstance surrounding a Grand Master match in chess, or
it might be charged and aggressive, like the marathon play environment of a Quake
tournament. It might also be an outlet for fantasy, like the rich online worlds of EverQuest
and Dark Age of Camelot. Designing for the      type of play that will appeal to
your players is another key consideration for keeping players engaged
with the game.
     –   Tracy Fullerton, Christopher Swain and Steven Hoffman
Types of Players
●   Achievers: Players give themselves game-related
    goals, then vigorously set out to achieve them. Build
    cities, accumulate treasure
●   Explorers: Use communication facilities for role-
    playing or to converse and interact with others
●   Socializers:Try to find out as much as possible about
    the game. Search areas and mechanics, fight every
    monster, do every quest
●   Killers: Provide game tools to cause distress on
    others. Usually involves applying a powerful sword to
    another players' head
    –   Richard Bartle
Types of Players
●   Competitor: plays to best other players, regardless of the game.
●   Explorer: curious about the world, loves to go adventuring. Explorers seek outside
    boundaries-physical or mental.
●   Collector: acquires items, trophies, or knowledge, the collector likes to create sets,
    organize history, etc.
●   Achiever: plays for varying levels of achievement. Ladders and levels incentivize the
    achiever.
●   Joker: doesn't take the game seriously-plays for the fun of playing. There's a
    potential for jokers to annoy serious players. On the other hand, jokers can make the
    game more social than competitive.
●   Artist: driven by creativity, creation, design.
●   Director: loves to be in charge, direct the play.
●   Storyteller: loves to create or live in worlds of fantasy and imagination.
●   Performer: loves to put on a show for others.
●   Craftsman: wants to build, craft, engineer, or puzzle things out.
     –   Dr. Stuart Brown and David Kennard
Player Interaction Patterns




–   Tracy Fullerton, Christopher Swain and Steven Hoffman
The Interface
The Message of Colors




–   Brent Fox
Simple but Fun
Exploit your Tools

●   What can you do with a physics engine?

●   What are enjoyable and easy controller uses?

●   How do you organize game menus?

●   Do you need a HUD (head-up display)?
Flow




–   Tracy Fullerton, Christopher Swain and Steven Hoffman
The Development
    Process
Principles to keep in mind
●   The game needs a good interface.
●   The user should get instant visual feedback from game actions, with
    sound feedback for major events.
●   The user should have a score or some other way of keeping track of
    how well he or she is doing overall.
●   There should be clear goals for the game and a clear termination
    point.
●   There have to be advances and setbacks.
●   Doing well should involve strategy as well as manual dexterity and
    quick reactions.
●   You may want to give the user the possibility of using different tools.
●   Things should happen at a human pace, that is, not too slow or not
    too fast. In particular, things shouldn't change instantaneously.
     –   Rudy Rucker
Iterative Process Diagram




–   Tracy Fullerton, Christopher Swain and Steven Hoffman
Prototyping
Prototyping lies at the heart of good game design. The word
“prototyping” means to create a working version of the formal
system that, while playable, includes only a rough
approximation of the artwork, sound, and features. Think of it as a
crude model whose purpose is to allow you to wrap your brain around
the game mechanics and see how they function.
    –   Tracy Fullerton, Christopher Swain and Steven Hoffman
Tuning and Balancing
As mentioned earlier, the only way to fully understand a system is to
study it as a whole, and that means putting it in motion.
Because of this, once a game designer has defined the elements of their
system, they need to playtest and tune their system. They do this
first by playing the game themselves, possibly with other designers, and
then by playing with other players, who are not part of the design
process. There are several key things that a designer is looking for when balancing a
game system.
     –   Tracy Fullerton, Christopher Swain and Steven Hoffman
Stages of Game Development




              –   Tracy Fullerton, Christopher
                    Swain and Steven Hoffman
The Concept
Games are Fun
●   What is a game?

●   What is fun?

●   What is the challenge?

●   What do you learn?
Know your Topic

●   Study the subject


●   Think of parts of it that are attractive


●   Don't bore your players
Tuning and Balancing
●
    First, she needs to test to make sure that the system is   internally complete.
    This means that the rules address anyloopholes that could possibly arise
    during play... If players are arguingover how the rules should deal
    with a particular situation, it’s probably because the system is
    not internally complete.
●
    Once the system is judged to be internally complete, the designer will next test for

    fairness... If one player has an unfair advantage over another,
    and that advantage is built into the system, the others will feel
    cheated and lose interest in the system.
●   Once a system is internally complete and fair for all players, the designer must test to
    make sure the game is      fun and challenging to play... When testing for
    fun and challenge, it’s important to    test the game with its
    intended audience of players. Generally, this is not the designer or the
    designer’s friends.
     –   Tracy Fullerton, Christopher Swain and Steven Hoffman
The Game
  World
Cartoony Art




–   Scott McCloud
Realistic vs Believable
●   Realism             ●   Believability

    –   Actual              –   Consistent

    –   Real-world          –   Fantasy

    –   Mimicry             –   Creation
Immersion
●   Tactical immersion is experienced when performing
    tactile operations that involve skill. Players feel "in the
    zone" while perfecting actions that result in success.
●   Strategic immersion is more cerebral, and is
    associated with mental challenge. Chess players
    experience strategic immersion when choosing a
    correct solution among a broad array of possibilities.
●   Narrative immersion occurs when players become
    invested in a story, and is similar to what is
    experienced while reading a book or watching a
    movie.
     –   Ernest Adams
Fourth Wall

"The truth was a burning green crack through my brain. Weapon
statistics hanging in the air, glimpsed out of the corner of my
eye. Endless repetition of the act of shooting, time slowing down
to show off my moves. The paranoid feeling of someone
controlling my every step. I was in a computer game. Funny as
hell, it was the most horrible thing I could think of."
    –   Max Payne
The Story
Storytelling

●   Mind and stories

●   The storytelling tradition

●   Interactive storytelling

●   Games and storytelling
Storytelling
The basic structure of a good plot was discovered
a long time ago. It’s called the three-act structure.
Aristotle first identified it in his Poetics, which
gives it the kind of halo that sometimes makes
ideas seem unapproachable. But his point is very
simple: A story must have a beginning, a middle,
and an end.
   –   Bob Bates
Aristotelian Dramatic Arc




–   Tracy Fullerton, Christopher Swain and Steven Hoffman
Interactive Story




–   Tracy Fullerton, Christopher Swain and Steven Hoffman
Simulation




–   Tracy Fullerton, Christopher Swain and Steven Hoffman
Scope




–   Tracy Fullerton, Christopher Swain and Steven Hoffman
Game Design
The game designer envisions how a game will work during play.
She creates the objectives, rules, and procedures, thinks
up the dramatic premise and gives it life, and is responsible
for planning everything necessary to create a compelling player
experience. In the same way that an architect drafts a blueprint for
a building or a screenwriter produces the script for a movie, the
game designer plans the structural elements of a system that,
when set in motion by the players, creates the interactive
experience.
    –   Tracy Fullerton, Christopher Swain and Steven Hoffman
The Pioneers
Chris Crawford
I was driven by one thing and that was “blind”
play. I was very concerned that, no matter how you looked at
it, with board games you could always see what the other
guy was up to. And that always really bothered me, because it was
horribly unrealistic. It just didn’t seem right, and I thought the games would be much
more interesting blind. And, in fact, when we did them, they were immensely
powerful games, far more interesting than the conventional games. And as soon
as I saw that, I knew that this was the way to go. And board-play technology has never
been able to match that simple aspect of it. It was so much fun sneaking up behind your opponent,
and, as they say, sending 20 kilograms up his tail pipe. It was really impressive stuff, very heady
times.
Sid Meier
“Ifind it dangerous to think in terms of genre first and
then topic. Like, say, “I want to do a real-time strategy game. OK. What’s a cool
topic?” I think, for me at least, it’s more interesting to say, “I want to do a game about railroads. OK,
now what’s the most interesting way to bring that to life? Is it in real-time, or is it turn-based, or is it

         To first figure out what your topic is and
first-person . . . ”

then find interesting ways and an appropriate
genre to bring it to life as opposed to coming the other way
around and say, “OK, I want to do a first-person shooter, what hasn’t been done yet?” If
you approach it from a genre point of view, you’re basically saying, “I’m trying to fit into a mold.” And I
think most of the really great games have not started from that point of view. They first started with
the idea that, “Here’s a really cool topic. And by the way it would probably work really well as a real-
time strategy game with a little bit of this in it.””
Will Wright
I just got infatuated with games. As a kid I spent a lot of time building
models, and I bought some of the very early games, such as the very first version of
Flight Simulator with the wire-frame graphics. You had to write your own machine
                                But just the idea that you
language patch to get it to run, that was funny.
could build your own little micro-world inside the
computer intrigued me. So I saw it as a kind of
modeling tool. At some point I just got so into these things that I
decided I would try to make one myself, and that was right around the time the
Commodore 64 was first coming out... So, I bought a Commodore as soon as it came out and   just
dove into it, and learned it as quickly as I could. And that’s what I did my first game
on.
The Literature
References
–   John Feil & Marc Scattergood
–   Richard Rouse III: Game Design Theory & Practice
–   Brent Fox: Game Interface Design
–   Tracy Fullerton, Christopher Swain and Steven Hoffman: Game Design
      Workshop: Designing, Prototyping, and Playtesting Games
–   Dr. Stuart Brown and David Kennard: The Promise of Play
–   Richard Bartle, Hearts, Clubs, Diamonds, Spades: Players Who suit
      MUDs
–   Rudy Rucker: Software Engineering and Computer Games
–   Scott McCloud: Understanding Comics
–   Steven Conway: A Circular Wall?
–   Ernest Adams: Postmodernism and the Three Types of Immersion

–   Background: http://www.flickr.com/photos/unthinkingly/3012273104
Further Reading
–   Chris Crawford: The Art of Computer Game Design
–   Raph Koster: A Theory of Fun for Game Designers
–   Katie Salen & Eric Zimmerman: Rules of Play

More Related Content

What's hot

Game development
Game developmentGame development
Game developmentreittes
 
Game Design Fundamentals
Game Design FundamentalsGame Design Fundamentals
Game Design FundamentalsIntelligent_ly
 
Introduction to Game Development and the Game Industry
Introduction to Game Development and the Game IndustryIntroduction to Game Development and the Game Industry
Introduction to Game Development and the Game IndustryNataly Eliyahu
 
An Introduction To Game development
An Introduction To Game developmentAn Introduction To Game development
An Introduction To Game developmentAhmed
 
Introduction to Game Development
Introduction to Game DevelopmentIntroduction to Game Development
Introduction to Game DevelopmentSumit Jain
 
Game Design Principle
Game Design PrincipleGame Design Principle
Game Design PrincipleNaquiah Daud
 
Game monetization: Overview of monetization methods for free-to-play games
Game monetization: Overview of monetization methods for free-to-play gamesGame monetization: Overview of monetization methods for free-to-play games
Game monetization: Overview of monetization methods for free-to-play gamesAndrew Dotsenko
 
Game designer's journey 2.0
Game designer's journey 2.0Game designer's journey 2.0
Game designer's journey 2.0Andrew Dotsenko
 
Creating a Game Design Document
Creating a Game Design DocumentCreating a Game Design Document
Creating a Game Design DocumentKarl Kapp
 
Game Balance 1: What is Game Balance
Game Balance 1: What is Game BalanceGame Balance 1: What is Game Balance
Game Balance 1: What is Game BalanceMarc Miquel
 
Final year project presentation
Final year project presentationFinal year project presentation
Final year project presentationSulemanAliMalik
 
Understanding casual games
Understanding casual gamesUnderstanding casual games
Understanding casual gamesDori Adar
 
2 lecture (gdd, responsibilites, level of game) 18 1-2021
2 lecture (gdd, responsibilites, level of game) 18 1-20212 lecture (gdd, responsibilites, level of game) 18 1-2021
2 lecture (gdd, responsibilites, level of game) 18 1-2021Durgesh Pandey
 
Fundamentals of Game Design - Ch1
Fundamentals of Game Design - Ch1Fundamentals of Game Design - Ch1
Fundamentals of Game Design - Ch1Cynthia Marcello
 

What's hot (20)

Game development
Game developmentGame development
Game development
 
Game Design Fundamentals
Game Design FundamentalsGame Design Fundamentals
Game Design Fundamentals
 
Introduction to Game Development and the Game Industry
Introduction to Game Development and the Game IndustryIntroduction to Game Development and the Game Industry
Introduction to Game Development and the Game Industry
 
Game Design Process
Game Design ProcessGame Design Process
Game Design Process
 
An Introduction To Game development
An Introduction To Game developmentAn Introduction To Game development
An Introduction To Game development
 
Video game proposal
Video game proposalVideo game proposal
Video game proposal
 
Game Design
Game DesignGame Design
Game Design
 
Game Design fundamentals
Game Design fundamentalsGame Design fundamentals
Game Design fundamentals
 
Introduction to Game Development
Introduction to Game DevelopmentIntroduction to Game Development
Introduction to Game Development
 
Game Design Principle
Game Design PrincipleGame Design Principle
Game Design Principle
 
Game monetization: Overview of monetization methods for free-to-play games
Game monetization: Overview of monetization methods for free-to-play gamesGame monetization: Overview of monetization methods for free-to-play games
Game monetization: Overview of monetization methods for free-to-play games
 
Game designer's journey 2.0
Game designer's journey 2.0Game designer's journey 2.0
Game designer's journey 2.0
 
Creating a Game Design Document
Creating a Game Design DocumentCreating a Game Design Document
Creating a Game Design Document
 
Phases of game development
Phases of game developmentPhases of game development
Phases of game development
 
Game Balance 1: What is Game Balance
Game Balance 1: What is Game BalanceGame Balance 1: What is Game Balance
Game Balance 1: What is Game Balance
 
Game dev process
Game dev processGame dev process
Game dev process
 
Final year project presentation
Final year project presentationFinal year project presentation
Final year project presentation
 
Understanding casual games
Understanding casual gamesUnderstanding casual games
Understanding casual games
 
2 lecture (gdd, responsibilites, level of game) 18 1-2021
2 lecture (gdd, responsibilites, level of game) 18 1-20212 lecture (gdd, responsibilites, level of game) 18 1-2021
2 lecture (gdd, responsibilites, level of game) 18 1-2021
 
Fundamentals of Game Design - Ch1
Fundamentals of Game Design - Ch1Fundamentals of Game Design - Ch1
Fundamentals of Game Design - Ch1
 

Viewers also liked

Thesis Proposal: Creating Satisfying Game Experiences with Coherent Emergent ...
Thesis Proposal: Creating Satisfying Game Experiences with Coherent Emergent ...Thesis Proposal: Creating Satisfying Game Experiences with Coherent Emergent ...
Thesis Proposal: Creating Satisfying Game Experiences with Coherent Emergent ...Gail Carmichael
 
Social mobile game design principles
Social mobile game design principlesSocial mobile game design principles
Social mobile game design principlesDuke Wong
 
Course Presentation: Games design
Course Presentation: Games designCourse Presentation: Games design
Course Presentation: Games designBrunel University
 
DigraFDG2016 - From practice-based game research to game design as cultural t...
DigraFDG2016 - From practice-based game research to game design as cultural t...DigraFDG2016 - From practice-based game research to game design as cultural t...
DigraFDG2016 - From practice-based game research to game design as cultural t...Stefan Werning
 
Online direct import of specimen records from iDigBio infrastructure into tax...
Online direct import of specimen records from iDigBio infrastructure into tax...Online direct import of specimen records from iDigBio infrastructure into tax...
Online direct import of specimen records from iDigBio infrastructure into tax...Viktor Senderov
 
How to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheHow to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheLeslie Samuel
 
Computer Animation + Game Design Presentation
Computer Animation + Game Design PresentationComputer Animation + Game Design Presentation
Computer Animation + Game Design PresentationCay Coyle
 
Best Practices Around Implementing Educational Games
Best Practices Around Implementing Educational GamesBest Practices Around Implementing Educational Games
Best Practices Around Implementing Educational GamesLindsey Tropf
 
Android game development
Android game developmentAndroid game development
Android game developmentOlivia2590
 
Game design for web designers: IXDA'09 Talk
Game design for web designers: IXDA'09 TalkGame design for web designers: IXDA'09 Talk
Game design for web designers: IXDA'09 TalkNadya Direkova
 
Using video games for educational purposes
Using video games for educational purposesUsing video games for educational purposes
Using video games for educational purposess_milly
 
Educational Game Design Thesis
Educational Game Design ThesisEducational Game Design Thesis
Educational Game Design ThesisCory Buckley
 
쩌는게임기획서 이렇게 쓴다
쩌는게임기획서 이렇게 쓴다쩌는게임기획서 이렇게 쓴다
쩌는게임기획서 이렇게 쓴다Jinho Jung
 
게임제작개론 : #8 게임 제작 프로세스
게임제작개론 : #8 게임 제작 프로세스게임제작개론 : #8 게임 제작 프로세스
게임제작개론 : #8 게임 제작 프로세스Seungmo Koo
 
The negative and positive impacts of video games
The negative and positive impacts of video gamesThe negative and positive impacts of video games
The negative and positive impacts of video gamesbradjgibbons
 
프로그래머에게 사랑받는 게임 기획서 작성법
프로그래머에게 사랑받는 게임 기획서 작성법프로그래머에게 사랑받는 게임 기획서 작성법
프로그래머에게 사랑받는 게임 기획서 작성법Lee Sangkyoon (Kay)
 
Game Design and Development, Spring 2017, Lecture 1
Game Design and Development, Spring 2017, Lecture 1Game Design and Development, Spring 2017, Lecture 1
Game Design and Development, Spring 2017, Lecture 1Vasile Alaiba
 

Viewers also liked (20)

Thesis Proposal: Creating Satisfying Game Experiences with Coherent Emergent ...
Thesis Proposal: Creating Satisfying Game Experiences with Coherent Emergent ...Thesis Proposal: Creating Satisfying Game Experiences with Coherent Emergent ...
Thesis Proposal: Creating Satisfying Game Experiences with Coherent Emergent ...
 
Social mobile game design principles
Social mobile game design principlesSocial mobile game design principles
Social mobile game design principles
 
Course Presentation: Games design
Course Presentation: Games designCourse Presentation: Games design
Course Presentation: Games design
 
DigraFDG2016 - From practice-based game research to game design as cultural t...
DigraFDG2016 - From practice-based game research to game design as cultural t...DigraFDG2016 - From practice-based game research to game design as cultural t...
DigraFDG2016 - From practice-based game research to game design as cultural t...
 
Online direct import of specimen records from iDigBio infrastructure into tax...
Online direct import of specimen records from iDigBio infrastructure into tax...Online direct import of specimen records from iDigBio infrastructure into tax...
Online direct import of specimen records from iDigBio infrastructure into tax...
 
How to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your NicheHow to Become a Thought Leader in Your Niche
How to Become a Thought Leader in Your Niche
 
Computer Animation + Game Design Presentation
Computer Animation + Game Design PresentationComputer Animation + Game Design Presentation
Computer Animation + Game Design Presentation
 
Design Document
Design DocumentDesign Document
Design Document
 
Best Practices Around Implementing Educational Games
Best Practices Around Implementing Educational GamesBest Practices Around Implementing Educational Games
Best Practices Around Implementing Educational Games
 
Android game development
Android game developmentAndroid game development
Android game development
 
Game design for web designers: IXDA'09 Talk
Game design for web designers: IXDA'09 TalkGame design for web designers: IXDA'09 Talk
Game design for web designers: IXDA'09 Talk
 
Using video games for educational purposes
Using video games for educational purposesUsing video games for educational purposes
Using video games for educational purposes
 
A STUDY ON STUDENTS’ ERRORS ON WORD PROBLEM
A STUDY ON STUDENTS’ ERRORS ON WORD PROBLEM A STUDY ON STUDENTS’ ERRORS ON WORD PROBLEM
A STUDY ON STUDENTS’ ERRORS ON WORD PROBLEM
 
Mobile game design
Mobile game designMobile game design
Mobile game design
 
Educational Game Design Thesis
Educational Game Design ThesisEducational Game Design Thesis
Educational Game Design Thesis
 
쩌는게임기획서 이렇게 쓴다
쩌는게임기획서 이렇게 쓴다쩌는게임기획서 이렇게 쓴다
쩌는게임기획서 이렇게 쓴다
 
게임제작개론 : #8 게임 제작 프로세스
게임제작개론 : #8 게임 제작 프로세스게임제작개론 : #8 게임 제작 프로세스
게임제작개론 : #8 게임 제작 프로세스
 
The negative and positive impacts of video games
The negative and positive impacts of video gamesThe negative and positive impacts of video games
The negative and positive impacts of video games
 
프로그래머에게 사랑받는 게임 기획서 작성법
프로그래머에게 사랑받는 게임 기획서 작성법프로그래머에게 사랑받는 게임 기획서 작성법
프로그래머에게 사랑받는 게임 기획서 작성법
 
Game Design and Development, Spring 2017, Lecture 1
Game Design and Development, Spring 2017, Lecture 1Game Design and Development, Spring 2017, Lecture 1
Game Design and Development, Spring 2017, Lecture 1
 

Similar to Various Topics on Game Design

JTEL2012 emotion and games in technology-enhanced learning
JTEL2012 emotion and games in technology-enhanced learningJTEL2012 emotion and games in technology-enhanced learning
JTEL2012 emotion and games in technology-enhanced learningKostas Karpouzis
 
Bleed in, Bleed Out – A Design Case in Board Game Therapy
Bleed in, Bleed Out – A Design Case in Board Game TherapyBleed in, Bleed Out – A Design Case in Board Game Therapy
Bleed in, Bleed Out – A Design Case in Board Game TherapyMirjam Eladhari
 
Designing for Creativity and Kindness in Games
Designing for Creativity and Kindness in GamesDesigning for Creativity and Kindness in Games
Designing for Creativity and Kindness in GamesMirjam Eladhari
 
mindful xp Video Postmortem
mindful xp Video Postmortemmindful xp Video Postmortem
mindful xp Video Postmortemmindful xp
 
Game design
Game designGame design
Game designa ab
 
VDP2016 - Lecture 05 Game analysis frameworks
VDP2016 - Lecture 05 Game analysis frameworksVDP2016 - Lecture 05 Game analysis frameworks
VDP2016 - Lecture 05 Game analysis frameworksPier Luca Lanzi
 
Games presentation
Games presentationGames presentation
Games presentationAnu22ish
 
Presentation
PresentationPresentation
PresentationAnu22ish
 
Videogame Design and Programming - 04 Conceptualization
Videogame Design and Programming - 04 ConceptualizationVideogame Design and Programming - 04 Conceptualization
Videogame Design and Programming - 04 ConceptualizationPier Luca Lanzi
 
Designing balance (takeaway version)
Designing balance (takeaway version)Designing balance (takeaway version)
Designing balance (takeaway version)Kacper Szymczak
 
Not WHEN Games but WHICH Learning Games
Not WHEN Games but WHICH Learning GamesNot WHEN Games but WHICH Learning Games
Not WHEN Games but WHICH Learning GamesSharon Boller
 
Chapter 2 structure of games tsppt 1
Chapter 2 structure of games tsppt 1Chapter 2 structure of games tsppt 1
Chapter 2 structure of games tsppt 1GKTheodora
 
VDP2016 - Lecture 08 Game mechanics
VDP2016 - Lecture 08 Game mechanicsVDP2016 - Lecture 08 Game mechanics
VDP2016 - Lecture 08 Game mechanicsPier Luca Lanzi
 
Working with Formal Elements
Working with Formal ElementsWorking with Formal Elements
Working with Formal ElementsPier Luca Lanzi
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxnilesh405711
 
Play to Learn: Effective Learning Game Design
Play to Learn: Effective Learning Game DesignPlay to Learn: Effective Learning Game Design
Play to Learn: Effective Learning Game DesignSharon Boller
 

Similar to Various Topics on Game Design (20)

JTEL2012 emotion and games in technology-enhanced learning
JTEL2012 emotion and games in technology-enhanced learningJTEL2012 emotion and games in technology-enhanced learning
JTEL2012 emotion and games in technology-enhanced learning
 
Bleed in, Bleed Out – A Design Case in Board Game Therapy
Bleed in, Bleed Out – A Design Case in Board Game TherapyBleed in, Bleed Out – A Design Case in Board Game Therapy
Bleed in, Bleed Out – A Design Case in Board Game Therapy
 
Designing for Creativity and Kindness in Games
Designing for Creativity and Kindness in GamesDesigning for Creativity and Kindness in Games
Designing for Creativity and Kindness in Games
 
mindful xp Video Postmortem
mindful xp Video Postmortemmindful xp Video Postmortem
mindful xp Video Postmortem
 
Game design
Game designGame design
Game design
 
VDP2016 - Lecture 05 Game analysis frameworks
VDP2016 - Lecture 05 Game analysis frameworksVDP2016 - Lecture 05 Game analysis frameworks
VDP2016 - Lecture 05 Game analysis frameworks
 
Games presentation
Games presentationGames presentation
Games presentation
 
Presentation
PresentationPresentation
Presentation
 
Videogame Design and Programming - 04 Conceptualization
Videogame Design and Programming - 04 ConceptualizationVideogame Design and Programming - 04 Conceptualization
Videogame Design and Programming - 04 Conceptualization
 
Designing balance (takeaway version)
Designing balance (takeaway version)Designing balance (takeaway version)
Designing balance (takeaway version)
 
Not WHEN Games but WHICH Learning Games
Not WHEN Games but WHICH Learning GamesNot WHEN Games but WHICH Learning Games
Not WHEN Games but WHICH Learning Games
 
Gameplay Concept Tool
Gameplay Concept ToolGameplay Concept Tool
Gameplay Concept Tool
 
Chapter 2 structure of games tsppt 1
Chapter 2 structure of games tsppt 1Chapter 2 structure of games tsppt 1
Chapter 2 structure of games tsppt 1
 
Game Mechanics
Game MechanicsGame Mechanics
Game Mechanics
 
VDP2016 - Lecture 08 Game mechanics
VDP2016 - Lecture 08 Game mechanicsVDP2016 - Lecture 08 Game mechanics
VDP2016 - Lecture 08 Game mechanics
 
Nature of Games.pptx
Nature of Games.pptxNature of Games.pptx
Nature of Games.pptx
 
Working with Formal Elements
Working with Formal ElementsWorking with Formal Elements
Working with Formal Elements
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
 
Play to Learn: Effective Learning Game Design
Play to Learn: Effective Learning Game DesignPlay to Learn: Effective Learning Game Design
Play to Learn: Effective Learning Game Design
 
Research
ResearchResearch
Research
 

Recently uploaded

Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️soniya singh
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...home
 
Fashion trends before and after covid.pptx
Fashion trends before and after covid.pptxFashion trends before and after covid.pptx
Fashion trends before and after covid.pptxVanshNarang19
 
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceanilsa9823
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxTusharBahuguna2
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja Nehwal
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdftbatkhuu1
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Douxkojalkojal131
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation decktbatkhuu1
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja Nehwal
 
Tapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the FunnelTapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the Funneljen_giacalone
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentationamedia6
 
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts ServiceVVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Servicearoranaina404
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Call Girls in Nagpur High Profile
 
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfThe_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfAmirYakdi
 
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call GirlsCBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girlsmodelanjalisharma4
 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxjeswinjees
 

Recently uploaded (20)

Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
Call Girls in Kalkaji Delhi 8264348440 call girls ❤️
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
 
Fashion trends before and after covid.pptx
Fashion trends before and after covid.pptxFashion trends before and after covid.pptx
Fashion trends before and after covid.pptx
 
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
 
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Saswad ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
 
Peaches App development presentation deck
Peaches App development presentation deckPeaches App development presentation deck
Peaches App development presentation deck
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
 
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
young call girls in Pandav nagar 🔝 9953056974 🔝 Delhi escort Service
 
Tapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the FunnelTapestry Clothing Brands: Collapsing the Funnel
Tapestry Clothing Brands: Collapsing the Funnel
 
The history of music videos a level presentation
The history of music videos a level presentationThe history of music videos a level presentation
The history of music videos a level presentation
 
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts ServiceVVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
VVIP CALL GIRLS Lucknow 💓 Lucknow < Renuka Sharma > 7877925207 Escorts Service
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
 
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfThe_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
 
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call GirlsCBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
CBD Belapur Individual Call Girls In 08976425520 Panvel Only Genuine Call Girls
 
Stark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptxStark Industries Marketing Plan (1).pptx
Stark Industries Marketing Plan (1).pptx
 

Various Topics on Game Design

  • 1. Various Topics on Game Design Martin Ruskov Blender for Game Artists Aug-24, TOSMI2009
  • 2.
  • 4. Sample Game Design Document ● Game overview – Game concept – Target audience ● Gameplay and mechanics ● World, story and characters ● Levels ● Interface ● Everything else
  • 6. Play In addition to providing structured environments for challenge and achievement, games can also provide opportunities for players to use imagination, fantasy, inspiration, social skills, or other more playful types of interaction to achieve objectives within the game space. The play might be serious, like the pomp and circumstance surrounding a Grand Master match in chess, or it might be charged and aggressive, like the marathon play environment of a Quake tournament. It might also be an outlet for fantasy, like the rich online worlds of EverQuest and Dark Age of Camelot. Designing for the type of play that will appeal to your players is another key consideration for keeping players engaged with the game. – Tracy Fullerton, Christopher Swain and Steven Hoffman
  • 7. Types of Players ● Achievers: Players give themselves game-related goals, then vigorously set out to achieve them. Build cities, accumulate treasure ● Explorers: Use communication facilities for role- playing or to converse and interact with others ● Socializers:Try to find out as much as possible about the game. Search areas and mechanics, fight every monster, do every quest ● Killers: Provide game tools to cause distress on others. Usually involves applying a powerful sword to another players' head – Richard Bartle
  • 8. Types of Players ● Competitor: plays to best other players, regardless of the game. ● Explorer: curious about the world, loves to go adventuring. Explorers seek outside boundaries-physical or mental. ● Collector: acquires items, trophies, or knowledge, the collector likes to create sets, organize history, etc. ● Achiever: plays for varying levels of achievement. Ladders and levels incentivize the achiever. ● Joker: doesn't take the game seriously-plays for the fun of playing. There's a potential for jokers to annoy serious players. On the other hand, jokers can make the game more social than competitive. ● Artist: driven by creativity, creation, design. ● Director: loves to be in charge, direct the play. ● Storyteller: loves to create or live in worlds of fantasy and imagination. ● Performer: loves to put on a show for others. ● Craftsman: wants to build, craft, engineer, or puzzle things out. – Dr. Stuart Brown and David Kennard
  • 9. Player Interaction Patterns – Tracy Fullerton, Christopher Swain and Steven Hoffman
  • 11. The Message of Colors – Brent Fox
  • 13. Exploit your Tools ● What can you do with a physics engine? ● What are enjoyable and easy controller uses? ● How do you organize game menus? ● Do you need a HUD (head-up display)?
  • 14. Flow – Tracy Fullerton, Christopher Swain and Steven Hoffman
  • 15. The Development Process
  • 16. Principles to keep in mind ● The game needs a good interface. ● The user should get instant visual feedback from game actions, with sound feedback for major events. ● The user should have a score or some other way of keeping track of how well he or she is doing overall. ● There should be clear goals for the game and a clear termination point. ● There have to be advances and setbacks. ● Doing well should involve strategy as well as manual dexterity and quick reactions. ● You may want to give the user the possibility of using different tools. ● Things should happen at a human pace, that is, not too slow or not too fast. In particular, things shouldn't change instantaneously. – Rudy Rucker
  • 17. Iterative Process Diagram – Tracy Fullerton, Christopher Swain and Steven Hoffman
  • 18. Prototyping Prototyping lies at the heart of good game design. The word “prototyping” means to create a working version of the formal system that, while playable, includes only a rough approximation of the artwork, sound, and features. Think of it as a crude model whose purpose is to allow you to wrap your brain around the game mechanics and see how they function. – Tracy Fullerton, Christopher Swain and Steven Hoffman
  • 19. Tuning and Balancing As mentioned earlier, the only way to fully understand a system is to study it as a whole, and that means putting it in motion. Because of this, once a game designer has defined the elements of their system, they need to playtest and tune their system. They do this first by playing the game themselves, possibly with other designers, and then by playing with other players, who are not part of the design process. There are several key things that a designer is looking for when balancing a game system. – Tracy Fullerton, Christopher Swain and Steven Hoffman
  • 20. Stages of Game Development – Tracy Fullerton, Christopher Swain and Steven Hoffman
  • 22. Games are Fun ● What is a game? ● What is fun? ● What is the challenge? ● What do you learn?
  • 23. Know your Topic ● Study the subject ● Think of parts of it that are attractive ● Don't bore your players
  • 24. Tuning and Balancing ● First, she needs to test to make sure that the system is internally complete. This means that the rules address anyloopholes that could possibly arise during play... If players are arguingover how the rules should deal with a particular situation, it’s probably because the system is not internally complete. ● Once the system is judged to be internally complete, the designer will next test for fairness... If one player has an unfair advantage over another, and that advantage is built into the system, the others will feel cheated and lose interest in the system. ● Once a system is internally complete and fair for all players, the designer must test to make sure the game is fun and challenging to play... When testing for fun and challenge, it’s important to test the game with its intended audience of players. Generally, this is not the designer or the designer’s friends. – Tracy Fullerton, Christopher Swain and Steven Hoffman
  • 25. The Game World
  • 26. Cartoony Art – Scott McCloud
  • 27. Realistic vs Believable ● Realism ● Believability – Actual – Consistent – Real-world – Fantasy – Mimicry – Creation
  • 28. Immersion ● Tactical immersion is experienced when performing tactile operations that involve skill. Players feel "in the zone" while perfecting actions that result in success. ● Strategic immersion is more cerebral, and is associated with mental challenge. Chess players experience strategic immersion when choosing a correct solution among a broad array of possibilities. ● Narrative immersion occurs when players become invested in a story, and is similar to what is experienced while reading a book or watching a movie. – Ernest Adams
  • 29. Fourth Wall "The truth was a burning green crack through my brain. Weapon statistics hanging in the air, glimpsed out of the corner of my eye. Endless repetition of the act of shooting, time slowing down to show off my moves. The paranoid feeling of someone controlling my every step. I was in a computer game. Funny as hell, it was the most horrible thing I could think of." – Max Payne
  • 31. Storytelling ● Mind and stories ● The storytelling tradition ● Interactive storytelling ● Games and storytelling
  • 32. Storytelling The basic structure of a good plot was discovered a long time ago. It’s called the three-act structure. Aristotle first identified it in his Poetics, which gives it the kind of halo that sometimes makes ideas seem unapproachable. But his point is very simple: A story must have a beginning, a middle, and an end. – Bob Bates
  • 33. Aristotelian Dramatic Arc – Tracy Fullerton, Christopher Swain and Steven Hoffman
  • 34. Interactive Story – Tracy Fullerton, Christopher Swain and Steven Hoffman
  • 35. Simulation – Tracy Fullerton, Christopher Swain and Steven Hoffman
  • 36. Scope – Tracy Fullerton, Christopher Swain and Steven Hoffman
  • 37. Game Design The game designer envisions how a game will work during play. She creates the objectives, rules, and procedures, thinks up the dramatic premise and gives it life, and is responsible for planning everything necessary to create a compelling player experience. In the same way that an architect drafts a blueprint for a building or a screenwriter produces the script for a movie, the game designer plans the structural elements of a system that, when set in motion by the players, creates the interactive experience. – Tracy Fullerton, Christopher Swain and Steven Hoffman
  • 39. Chris Crawford I was driven by one thing and that was “blind” play. I was very concerned that, no matter how you looked at it, with board games you could always see what the other guy was up to. And that always really bothered me, because it was horribly unrealistic. It just didn’t seem right, and I thought the games would be much more interesting blind. And, in fact, when we did them, they were immensely powerful games, far more interesting than the conventional games. And as soon as I saw that, I knew that this was the way to go. And board-play technology has never been able to match that simple aspect of it. It was so much fun sneaking up behind your opponent, and, as they say, sending 20 kilograms up his tail pipe. It was really impressive stuff, very heady times.
  • 40. Sid Meier “Ifind it dangerous to think in terms of genre first and then topic. Like, say, “I want to do a real-time strategy game. OK. What’s a cool topic?” I think, for me at least, it’s more interesting to say, “I want to do a game about railroads. OK, now what’s the most interesting way to bring that to life? Is it in real-time, or is it turn-based, or is it To first figure out what your topic is and first-person . . . ” then find interesting ways and an appropriate genre to bring it to life as opposed to coming the other way around and say, “OK, I want to do a first-person shooter, what hasn’t been done yet?” If you approach it from a genre point of view, you’re basically saying, “I’m trying to fit into a mold.” And I think most of the really great games have not started from that point of view. They first started with the idea that, “Here’s a really cool topic. And by the way it would probably work really well as a real- time strategy game with a little bit of this in it.””
  • 41. Will Wright I just got infatuated with games. As a kid I spent a lot of time building models, and I bought some of the very early games, such as the very first version of Flight Simulator with the wire-frame graphics. You had to write your own machine But just the idea that you language patch to get it to run, that was funny. could build your own little micro-world inside the computer intrigued me. So I saw it as a kind of modeling tool. At some point I just got so into these things that I decided I would try to make one myself, and that was right around the time the Commodore 64 was first coming out... So, I bought a Commodore as soon as it came out and just dove into it, and learned it as quickly as I could. And that’s what I did my first game on.
  • 43. References – John Feil & Marc Scattergood – Richard Rouse III: Game Design Theory & Practice – Brent Fox: Game Interface Design – Tracy Fullerton, Christopher Swain and Steven Hoffman: Game Design Workshop: Designing, Prototyping, and Playtesting Games – Dr. Stuart Brown and David Kennard: The Promise of Play – Richard Bartle, Hearts, Clubs, Diamonds, Spades: Players Who suit MUDs – Rudy Rucker: Software Engineering and Computer Games – Scott McCloud: Understanding Comics – Steven Conway: A Circular Wall? – Ernest Adams: Postmodernism and the Three Types of Immersion – Background: http://www.flickr.com/photos/unthinkingly/3012273104
  • 44. Further Reading – Chris Crawford: The Art of Computer Game Design – Raph Koster: A Theory of Fun for Game Designers – Katie Salen & Eric Zimmerman: Rules of Play