principles of computer game design and …tsakalid/game_materials/...15 great game a series of...

45
Principles of Computer Game Design and Implementation Lecture 2

Upload: others

Post on 14-Aug-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Principles of Computer Game Design and Implementation

Lecture 2

Page 2: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Acknowledgement

• All of the materials of this module are inherited from Prof. Boris Konev.

2

Page 3: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

We already knew

• The aims and learning outcomes of this module

• History of video game

3

Page 4: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Outline for Today

• Game platform

• player motivation

• game structure

• player-game model

• character archetype

• game genres

4

Page 5: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Platforms: Arcade

Mach 35

Page 6: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Platforms: Console

Sony

playstationMicrosoft

XboxEtc

6

Page 7: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Platforms: Computer

7

Page 8: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Platforms: Online (Multiplayer)

8

Page 9: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Platforms: Online (Multiplayer)

9

Youtube video: https://www.youtube.com/watch?v=fXgve-TfPkw

Page 10: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Platforms: Handheld

Game Boy Color Game Boy Advance Game Boy Advance SP

10

(Museum items)

Page 11: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Platforms: Mobile Devices

• Modern mobile devices are more powerful than 1st generation of game consols

• It is relatively easy to publish your app

11

Page 12: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Why Do People Play Computer Games?

Page 13: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Player Motivation

• Social interaction

• Physical seclusion

• Competition

• Knowledge

• Mastery

• Escapism

• Addiction

• Therapy

A matter of psychology research• A learning or growth

experience.• Fantasy fulfillment and

exploration• Exercise• A social function• …

13

Page 14: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Most Importantly: Having Fun

• Physical fun

– Sport games, quests, killing and gathering

• Social fun

– Learn social skills, finding mates, showing off

• Mental fun

– Puzzles, identifying, abstract thinking

Overlap in many cases

14

Page 15: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

15

Great Game

A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling goal

– Must have choice, or it is not interactive

– Must be a series of choices or it is too simple to be a game

– Must have a goal or it is a software toy

– With Sim City and The Sims players may bring their own goals

Page 16: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Choices

• No choice

• Meaningless choices

• Infinite choices

- Cut off branches

16

Page 17: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

17

Classic Game Structure

• A convexity

• Starts with a single choice, widens to many choices, returns to a single choice

Page 18: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

18

A Series of Convexities

• Many games are chains of convexities

• Points of limited choice (A) alternate with points of many choices (B)

AA A A A

BB

B B

Page 19: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

The “Golden Path”

• The optimum path to experience most of the game

• Keeping on the golden path

– Characters refuse to obey

– Internal monologue

– Attractions on the way

19

Page 20: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

20

Why Is This Structure So Good?

• Give the player choice but not an infinitely expanding set of choices

• Mix of some “any order” choices (B) and some in fixed order (A), blending freedom with linear storytelling

• Can be structured so players see most of the game, minimizing waste

• Can have difficulty go up in new levels

Page 21: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

21

Psychological Advantagesof Classic Structure

• Alternating intense learning (A) with time to practice (B) is the best way to master new skills

• Gradual learning and introduction of new skills at the heart of fun game play

• “Easy to learn, difficult to master”

• “Simple, Hot, and Deep”

Page 22: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

22

Difficulty Increase Varies

A A A AB

BB B

Ideal Game Difficulty Progression

A = Rapid Difficulty Increase, B = Slower Increase

Page 23: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

23

Game Design

• Computer games are an art form

• Game design practices can be taught

• Design is a technical discipline like music, film, poetry

• Design is the art of making dynamic models

• There’s no `right’ or `wrong’ approach– But there are `typical’ scenarios

Page 24: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

24

A Player-Game Model

• A model of the player – game relationship

Mechanics Interface System

PLAYER GAME

Page 25: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

A `Typical Hollywood Act’

BeginningCapture attention

Introduce problem

MiddleProvide tension

Present obstacles

EndProvide closure

Resolve problem

25

Page 26: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Hero’s JourneyOrdinary

World Call to

Adventure

Refusal of the Call

Meeting with the Mentor

Crossing the First

Threshold

Tests, Allies, and

EnemiesApproach

to the Inmost

Cave

Ordeal

Reward (Seizing

the Sword)

The Road Back

Resurrection

Return with the Elixir

26

Page 27: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Character Archetypes

• Hero

• Shadow

• Mentor

• Ally

• Guardian

• Trickster

• Herald

• …

27

Page 28: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Game Genres

To name a few

Other resources from Youtube: https://www.youtube.com/watch?v=

_F6rnWGR-_w

Page 29: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

What is a Game Genres?

Categories of games characterised by particular kinds of challenge, regardless of setting or

game-world content

• Meant not to constrain your choices, but provide framework for design

29

Page 30: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Game Genres

• There are about a dozen or so different types of video games.

– Each video game belongs to one or more of these genres.

• While games in the same genre can look vastly different, they share many of the same properties.

– Similar design issues and problems.

– In some cases, similar gameplay mechanics.

30

Page 31: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Action

• Typified by fast-paced combat and movement

• Spacewar, Pong, and Space Invaders helped define the genre

31Platformer

(Donkey Kong)Racing

(GravRally)Fighting(Tekken)

Page 32: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Action (cont’d)

• Far less cerebral than adventure games.– Players are looking for fast-paced action.

– Some action games, however, also add adventure or strategic elements for a different kind of experience.

First-Person Shooter [FPS]

Third-Person Shooter

32

Page 33: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Simulation

• Simulation– Based on the simulation of a system

– SimCity and The Sims are example of “God” simulations where you control the lives of a town or a family

– Wing Commander and X-Wing are popular space combat simulation games

33

Page 34: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Strategy

• Real-Time Strategy (RTS)– Typically, a game in which the goal

is to collect resources, build an army and combat the other player or computer

– Popularized by Westwood’s Dune 2 and Command and Conquer and Blizzard’s Warcraft Real-time strategy (RTS)

(Command & Conquer: Generals – Zero Hour)

34

Page 35: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Strategy

• Turn-Based Strategy– Like real-time strategy games, but

turn-based

– Civilization, X-COM, Master of Orion, and Jagged Alliance are standouts of the genre

Turn-based strategy(Civilization III)

Opponents can be computer generated, human players, or some combination of the two.

35

Page 36: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Real-Time V Turn-Based

36

Page 37: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Adventure Games

• Generally story-based games that rely upon puzzle solving to move the story along.

– Can be text based (requiring a parser of some kind) or graphical (point and click).

– Can be first, second, or third person.

– Generally has a large, complex world with many interesting characters and a good plot.

• Generally not real-time games.

– Can take as much time as wanted to take a turn; nothing else happens in mean time.

– Action-adventure hybrids can be real-time. 37

Page 38: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

38

Adventure Games

Zork I (TextAdventure)

Myst III: Exile (Graphical Adventure)

Tomb Raider (Action-Adventure)

Page 39: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

39

Massively Multiplayer Role-Playing Game (MMORPG)

• An RPG set in a persistent virtual world populated by thousands of other players

• Ultima Online in 1997 was the first popular one

• World of Warcraft is currently the most popular one

Page 40: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Massively Multiplayer Online Games (MMOGs)

MMORPG(EverQuest)

MMORTS(Shattered Galaxy)

MMOFPS(Planetside)

MMOPG(Puzzle Pirates)

40

Page 41: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

41

Genres

• Sports– Games that simulate the sporting experience

– Breakouts include John Madden Football and Tiger Woods’ Golf

NHL 2003 Salt Lake 2002

Page 42: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Casual Games

• Casual games are easy-to-play, short session games with little or no learning curve.

• Players are already familiar with the rules of the game and expect them to be followed here.

• Players generally want to drop into and out of these games quickly.

42

Page 43: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

God Games

• Games that do not have a real goal, other than to encourage players to fool around with them to see what happens.

43

The Sims Black & White

Rollercoaster Tycoon

Page 44: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Educational Games

• Intended to teach while they entertain at the same time.

• These games are generally aimed at a younger audience than most other gaming products.

44

Disney Learning Adventure

Reader Rabbit

Page 45: Principles of Computer Game Design and …tsakalid/game_materials/...15 Great Game A series of interesting and meaningful choices made by the player in pursuit of a clear and compelling

Summary

• When designing a new game you should have a good idea why it would appeal to customers and how much fun it will be

– Choose a genre

– Be aware of social and psychological factors why people play games

– Offer meaningful choice

– Follow known design patterns

45