SlideShare ist ein Scribd-Unternehmen logo
1 von 12
Session 8
David Mullich
Concept Workshop - Game PreProduction
The Los Angeles Film School
Rule Hierarchy
 Rules
 Mechanics
 Systems
Examples of Game Systems
 Scoring
 Progression
 In-Game Economy
 Health
 Combat
 AI (Enemy Behavior)
 Magic
 Multiplayer
Health System Example
 The player starts the game with 3 lives.
 The player can gain an additional life by one of these methods:
 Collecting the Reincarnation Medallion
 Defeating three Mummies in less than 30 seconds
 The player loses a life when his health reaches 0% (see Combat
System).
 If the player has at least one life remaining:
○ The player’s Health is reset to 100%
○ The player respawns at the nearest player respawn point
○ All enemies respawn at their respawn points at 100% Health
 If the player has no lives remaining, the Lose Game Screen appears.
Progression System Example
 The player starts the game with 0 Experience Points.
 The player gains experience by successfully performing actions in
this chart:
Action Points Earned
Collecting gold 1 for each gold piece
Opening a treasure chest 50 points
Defeating a minion 100 points
Defeating a boss 1,000 points
Progression System Example
 The player gains an Experience level each time he accumulates the
necessary number of Experience points according to the table
below.
Experience Level Experience Points
1 100
2 200
3 400
4 800
5 1600
Progression System Example
 When the player Earns a new experience level:
 A pop-up appears announcing: “Congratulation! You have
reached level <LEVEL> and have earned <REWARD>.”
 Player level rewards are determined by the table below.
Experience Level Experience Points
1 Iron Sword
2 +1 Strength
3 Steel Sword
4 +1 Speed
5 Vibranium Sword
Combat System Example
 The attacker is the character (player character or enemy character)
who initiates combat)
 Combat occurs in a serious of rounds, in which the attacker strikes
the defender, and then the defender (if still alive) strikes the
attacker)
 The amount of damage done in each attack depends on the
character’s weapon, according to the table below:
Weapon Damage
Fist 1
Club 3
Dagger 5
Short Sword 10
Long Sword 20
Combat System Example
 The damage done by the weapon is subtracted from the target’s
health.
 If both character’s health is greater than 0, then combat continues
for another round.
 If either character’s health reaches 0, then combat immediately
ends. (See Life System).
AI System Example
 There are 4 states in the basic AI: Patrol,
Follow, Combat and Runaway.
 PATROL: Each enemy starts the level in Patrol mode.
In Patrol mode, each enemy walks between two
assigned waypoints at normal speed.
 FOLLOW: If the player moves within an enemy’s sight
range while it is in Patrol Mode, it goes into Follow
mode. In Follow mode, the enemy follows the player
at high speed.
 COMBAT: If the player and enemy character collide,
the enemy goes into Combat Mode. (See Combat
System).
 RUNAWAY: Each 10 seconds the enemy is in Follow
mode, there is a percent chance equal to the player’s
Experience Level, that the enemy will go into
Runaway Mode. In Runaway mode, the Enemy
returns to its closest waypoint at High Speed. Once it
arrives, it returns to Patrol mode.
Combat
Patrol
Follow
Runaway
Systems - Example
Enemy Radius Normal
Speed
High Speed Damage Hit Points
Womp Rat 5 3 5 1 5
Vorpel
Bunny
10 10 20 2 8
Bug Bear 20 5 10 10 15
Lion King 30 15 20 20 20
Kimono
Dragon
30 5 30 30 100
Develop your Systems Wiki page:
 What are the systems in your game?
 How does the player interact with these systems?
 How do the systems interact with one another?
Describe these in detail exactly how they work. Remember that a
programmer will eventually have to implement these, so the
programmer needs specific information about each system, not vague
generalities. However, avoid long paragraphs, and instead get your
meaning across using:
 Flowcharts
 Diagrams
 Formulas
Wiki

Weitere ähnliche Inhalte

Andere mochten auch (6)

03. Goals and Genres
03. Goals and Genres03. Goals and Genres
03. Goals and Genres
 
LAFS Game Design 1 - Dramatic Elements
LAFS Game Design 1 - Dramatic ElementsLAFS Game Design 1 - Dramatic Elements
LAFS Game Design 1 - Dramatic Elements
 
Dramatic Elements
Dramatic ElementsDramatic Elements
Dramatic Elements
 
LAFS Game Design 1 - The Player Experience
LAFS Game Design 1 - The Player ExperienceLAFS Game Design 1 - The Player Experience
LAFS Game Design 1 - The Player Experience
 
Game design - formal and dramatic elements
Game design - formal and dramatic elementsGame design - formal and dramatic elements
Game design - formal and dramatic elements
 
Formal Game Elements - Players
Formal Game Elements - PlayersFormal Game Elements - Players
Formal Game Elements - Players
 

Ähnlich wie LAFS PREPRO Session 8 - Assignments

Video Games: The Virtual Skinner Box
Video Games: The Virtual Skinner BoxVideo Games: The Virtual Skinner Box
Video Games: The Virtual Skinner Box
k3stone
 
The jellokaraboosqaud assignment3_0715
The jellokaraboosqaud assignment3_0715The jellokaraboosqaud assignment3_0715
The jellokaraboosqaud assignment3_0715
Aaron Christian
 

Ähnlich wie LAFS PREPRO Session 8 - Assignments (14)

LAFS Game Design 1 - Structural Elements
LAFS Game Design 1 - Structural ElementsLAFS Game Design 1 - Structural Elements
LAFS Game Design 1 - Structural Elements
 
Video Games: The Virtual Skinner Box
Video Games: The Virtual Skinner BoxVideo Games: The Virtual Skinner Box
Video Games: The Virtual Skinner Box
 
1 e one page combat summary
1 e one page combat summary1 e one page combat summary
1 e one page combat summary
 
Task 2 research
Task 2 researchTask 2 research
Task 2 research
 
Task 2 research
Task 2 researchTask 2 research
Task 2 research
 
[En]gladius introduction
[En]gladius introduction[En]gladius introduction
[En]gladius introduction
 
The jellokaraboosqaud assignment3_0715
The jellokaraboosqaud assignment3_0715The jellokaraboosqaud assignment3_0715
The jellokaraboosqaud assignment3_0715
 
Controller Trollers Procedure
Controller Trollers ProcedureController Trollers Procedure
Controller Trollers Procedure
 
Next Gen Asteroids
Next Gen AsteroidsNext Gen Asteroids
Next Gen Asteroids
 
LAFS Game Design 9 - Balancing
LAFS Game Design 9 - BalancingLAFS Game Design 9 - Balancing
LAFS Game Design 9 - Balancing
 
Designing balance (takeaway version)
Designing balance (takeaway version)Designing balance (takeaway version)
Designing balance (takeaway version)
 
LAFS Game Mechanics - The Core Mechanic
LAFS Game Mechanics - The Core MechanicLAFS Game Mechanics - The Core Mechanic
LAFS Game Mechanics - The Core Mechanic
 
Alliance Expedition Battle
Alliance Expedition BattleAlliance Expedition Battle
Alliance Expedition Battle
 
GAME MECHANIC - chapter 3 v1.1 (2018 edition)
GAME MECHANIC - chapter 3 v1.1 (2018 edition)GAME MECHANIC - chapter 3 v1.1 (2018 edition)
GAME MECHANIC - chapter 3 v1.1 (2018 edition)
 

Mehr von David Mullich

Mehr von David Mullich (20)

LAFS Game Mechanics - Replayability
LAFS Game Mechanics - ReplayabilityLAFS Game Mechanics - Replayability
LAFS Game Mechanics - Replayability
 
LAFS Game Mechanics - Balancing
LAFS Game Mechanics - BalancingLAFS Game Mechanics - Balancing
LAFS Game Mechanics - Balancing
 
LAFS Game Mechanics - Narrative Elements
LAFS Game Mechanics - Narrative ElementsLAFS Game Mechanics - Narrative Elements
LAFS Game Mechanics - Narrative Elements
 
LAFS Game Mechanics - Randomness and Risk
LAFS Game Mechanics - Randomness and RiskLAFS Game Mechanics - Randomness and Risk
LAFS Game Mechanics - Randomness and Risk
 
LAFS Game Mechanics - Information and Game Mechanics
LAFS Game Mechanics - Information and Game MechanicsLAFS Game Mechanics - Information and Game Mechanics
LAFS Game Mechanics - Information and Game Mechanics
 
LAFS Game Mechanics - Social Mechanics
LAFS Game Mechanics - Social MechanicsLAFS Game Mechanics - Social Mechanics
LAFS Game Mechanics - Social Mechanics
 
LAFS Game Mechanics - Resource Management Mechanics
LAFS Game Mechanics - Resource Management MechanicsLAFS Game Mechanics - Resource Management Mechanics
LAFS Game Mechanics - Resource Management Mechanics
 
LAFS Game Mechanics - Tactical Mechanics
LAFS Game Mechanics - Tactical MechanicsLAFS Game Mechanics - Tactical Mechanics
LAFS Game Mechanics - Tactical Mechanics
 
LAFS Game Mechanics - Progression Mechanics
LAFS Game Mechanics - Progression MechanicsLAFS Game Mechanics - Progression Mechanics
LAFS Game Mechanics - Progression Mechanics
 
LAFS Marketing and Monetization Lecture 6: Advertising and Publicity
LAFS Marketing and Monetization Lecture 6: Advertising and PublicityLAFS Marketing and Monetization Lecture 6: Advertising and Publicity
LAFS Marketing and Monetization Lecture 6: Advertising and Publicity
 
Game Fair
Game FairGame Fair
Game Fair
 
LAFS Game Mechanics - Balancing
LAFS Game Mechanics - BalancingLAFS Game Mechanics - Balancing
LAFS Game Mechanics - Balancing
 
LAFS Marketing and Monetization Lecture 10: Business And Marketing Plans
LAFS Marketing and Monetization Lecture 10: Business And Marketing PlansLAFS Marketing and Monetization Lecture 10: Business And Marketing Plans
LAFS Marketing and Monetization Lecture 10: Business And Marketing Plans
 
LAFS Marketing and Monetization Lecture 9: Community Development And Management
LAFS Marketing and Monetization Lecture 9: Community Development And ManagementLAFS Marketing and Monetization Lecture 9: Community Development And Management
LAFS Marketing and Monetization Lecture 9: Community Development And Management
 
LAFS Marketing and Monetization Lecture 8: Monetization and Metrics
LAFS Marketing and Monetization Lecture 8: Monetization and MetricsLAFS Marketing and Monetization Lecture 8: Monetization and Metrics
LAFS Marketing and Monetization Lecture 8: Monetization and Metrics
 
LAFS Marketing and Monetization Lecture 7: Sales and Distribution
LAFS Marketing and Monetization Lecture 7: Sales and DistributionLAFS Marketing and Monetization Lecture 7: Sales and Distribution
LAFS Marketing and Monetization Lecture 7: Sales and Distribution
 
LAFS Marketing and Monetization Lecture 5: Marketing Materials
LAFS Marketing and Monetization Lecture 5: Marketing MaterialsLAFS Marketing and Monetization Lecture 5: Marketing Materials
LAFS Marketing and Monetization Lecture 5: Marketing Materials
 
LAFS Marketing and Monetization Lecture 4: Social Media
LAFS Marketing and Monetization Lecture 4: Social MediaLAFS Marketing and Monetization Lecture 4: Social Media
LAFS Marketing and Monetization Lecture 4: Social Media
 
LAFS Marketing and Monetization Lecture 3: Game Funding
LAFS Marketing and Monetization Lecture 3: Game FundingLAFS Marketing and Monetization Lecture 3: Game Funding
LAFS Marketing and Monetization Lecture 3: Game Funding
 
LAFS Marketing and Monetization Lecture 2: Game Publishing
LAFS Marketing and Monetization Lecture 2: Game PublishingLAFS Marketing and Monetization Lecture 2: Game Publishing
LAFS Marketing and Monetization Lecture 2: Game Publishing
 

Kürzlich hochgeladen

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 

Kürzlich hochgeladen (20)

Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 

LAFS PREPRO Session 8 - Assignments

  • 1. Session 8 David Mullich Concept Workshop - Game PreProduction The Los Angeles Film School
  • 2. Rule Hierarchy  Rules  Mechanics  Systems
  • 3. Examples of Game Systems  Scoring  Progression  In-Game Economy  Health  Combat  AI (Enemy Behavior)  Magic  Multiplayer
  • 4. Health System Example  The player starts the game with 3 lives.  The player can gain an additional life by one of these methods:  Collecting the Reincarnation Medallion  Defeating three Mummies in less than 30 seconds  The player loses a life when his health reaches 0% (see Combat System).  If the player has at least one life remaining: ○ The player’s Health is reset to 100% ○ The player respawns at the nearest player respawn point ○ All enemies respawn at their respawn points at 100% Health  If the player has no lives remaining, the Lose Game Screen appears.
  • 5. Progression System Example  The player starts the game with 0 Experience Points.  The player gains experience by successfully performing actions in this chart: Action Points Earned Collecting gold 1 for each gold piece Opening a treasure chest 50 points Defeating a minion 100 points Defeating a boss 1,000 points
  • 6. Progression System Example  The player gains an Experience level each time he accumulates the necessary number of Experience points according to the table below. Experience Level Experience Points 1 100 2 200 3 400 4 800 5 1600
  • 7. Progression System Example  When the player Earns a new experience level:  A pop-up appears announcing: “Congratulation! You have reached level <LEVEL> and have earned <REWARD>.”  Player level rewards are determined by the table below. Experience Level Experience Points 1 Iron Sword 2 +1 Strength 3 Steel Sword 4 +1 Speed 5 Vibranium Sword
  • 8. Combat System Example  The attacker is the character (player character or enemy character) who initiates combat)  Combat occurs in a serious of rounds, in which the attacker strikes the defender, and then the defender (if still alive) strikes the attacker)  The amount of damage done in each attack depends on the character’s weapon, according to the table below: Weapon Damage Fist 1 Club 3 Dagger 5 Short Sword 10 Long Sword 20
  • 9. Combat System Example  The damage done by the weapon is subtracted from the target’s health.  If both character’s health is greater than 0, then combat continues for another round.  If either character’s health reaches 0, then combat immediately ends. (See Life System).
  • 10. AI System Example  There are 4 states in the basic AI: Patrol, Follow, Combat and Runaway.  PATROL: Each enemy starts the level in Patrol mode. In Patrol mode, each enemy walks between two assigned waypoints at normal speed.  FOLLOW: If the player moves within an enemy’s sight range while it is in Patrol Mode, it goes into Follow mode. In Follow mode, the enemy follows the player at high speed.  COMBAT: If the player and enemy character collide, the enemy goes into Combat Mode. (See Combat System).  RUNAWAY: Each 10 seconds the enemy is in Follow mode, there is a percent chance equal to the player’s Experience Level, that the enemy will go into Runaway Mode. In Runaway mode, the Enemy returns to its closest waypoint at High Speed. Once it arrives, it returns to Patrol mode. Combat Patrol Follow Runaway
  • 11. Systems - Example Enemy Radius Normal Speed High Speed Damage Hit Points Womp Rat 5 3 5 1 5 Vorpel Bunny 10 10 20 2 8 Bug Bear 20 5 10 10 15 Lion King 30 15 20 20 20 Kimono Dragon 30 5 30 30 100
  • 12. Develop your Systems Wiki page:  What are the systems in your game?  How does the player interact with these systems?  How do the systems interact with one another? Describe these in detail exactly how they work. Remember that a programmer will eventually have to implement these, so the programmer needs specific information about each system, not vague generalities. However, avoid long paragraphs, and instead get your meaning across using:  Flowcharts  Diagrams  Formulas Wiki

Hinweis der Redaktion

  1. There are three categories of rules, all important to a successful play experience:Setup involves things you do once at the beginning of a gameProgression entails what happens during a gameResolution indicates the conditions that cause the game to end and how an outcome is determined based on the game state.Mechanics are a collection of rules that form a discrete chunk of gameplay.Systems are collections of mechanics that make up the biggest chunks of the game.