Game Design Principles

Slides:



Advertisements
Similar presentations
 5 Core Elements to Game Design Courtesy of Gamestar Mechanics.
Advertisements

Video Games & Object Oriented Programming. Games.
Stencyl Visual Programming Dr. Gary Liu. Sections: 1: Game Development Concepts 2: Stencyl and Game Mechanics 3: Stencyl Story and Aesthetics 4: stencyl.
Integer Operations Students will solve problems using addition, subtraction, multiplication, and division of positive and negative integers.
6.3 Solving Systems of Linear Equations by the Addition Method
Objective #5: Solve Compound Inequalities
The Atom – Atom Building Game
Name 8/29/17.
PREPARED BY HOMER JAY SIMPSON
1.2 Checkers - Dame (Board Game)
Commutative, Associative, Distributive, and Identity Properties
Properties of Operations
SOLVING INEQUALITIES LESSON 6(2).
A fun reading Comprehension Game
Illustrate your football problem on the template on page 2
FFA Goalkeeper Self-Assessment Session Planner
TEST COMMENT CHECK Dose it have cool sound effects?
Ten Commandments of Arsenal FC
FFA Self-Assessment Session Planner
The Need for Algorithms 2 days
Student Activity 1: Fair trials with two dice
Solving Absolute Value Equations
Fundaments of Game Design
Game Boundaries The temporary world where the rules of the game apply, rather than the rules of the ordinary world.
Games with Chance Other Search Algorithms
Adding and Subtracting Equations
Solving One Step Equations
Three Musketeers.
Three Musketeers GDC 2004.
Values of Liberal Democracies
6-3 Solving Systems Using Elimination
GAMESTAR MECHANIC JR Video Game Design Unit.
Essential Question(s):
Conflict Resolution.
1.3 Open Sentences.
6.3 Solving Compound Inequalities
How to play indoor soccer
Defining a Game.
Spanish Omelette - Dissection
Rational Expressions and Equations
Nowak Alg 1 Week 18 Powerpoints
Web programming and advanced development techniques
Team Dont Block Me, National Taiwan University
Solving Absolute Value Equations
Expected Value Lesson Essential Question:
If you win or lose, it is important to ALWAYS be a good sport.
BINARY ADDITION How it works.
Try starting with fewer objects to investigate.
POWER CHALLENGES Several Ways To Solve 7 CHALLENGES.
Week 1 - Introduction and Objects
Today you will be making your very own first game using Kodu
Warm-Up #10 Solve and graph 5x -3 < 7 and 3x < 6
Solving Absolute Value Equations
Solving Absolute Value Equations
Nowak Week 20 Powerpoints Alg 1
Multiplying with 3 MAFS.3.OA.3.7.
Solving Absolute Value Equations
Solving Equations with Absolute Values
6-3 Solving Systems Using Elimination (Combination)
Solving Absolute Value Equations
Computational Thinking
My.
Goal Space Parts Rules Mechanics Space – Where the game takes place
One-step addition & subtraction equations: fractions & decimals
Fundaments of Game Design
SHUT THE BOX! RULES INSTRUCTIONS PLAY.
SHUT THE BOX! RULES INSTRUCTIONS PLAY.
Three Musketeers.
Unit II Game Playing.
Solving Absolute Value Equations
Presentation transcript:

Game Design Principles

Part 1: Play

Do we Play or do we Game? Human beings and animals alike start playing since they are born. Play is essential to the individual! But are we always playing games?

Is this person playing a game?

What is the difference? A game is, in a way, a process of dynamic problem solving. Play is more open-ended and unspecific. A game has a predictable resolution, play does not. It allows for more emergence, novelty, surprise.

Part 2: Toys, Puzzles and Games

Are games all equal? In Games we can find a very wide separation of play spaces. To the point that not even games are always games!

Toys: self driven Toys are sand-boxes where the rules of the world are the rules of the game. Players play with toys creating their own meaningful play, without restrictions of any sort.

Puzzles: objective driven Puzzles are toys that add a win-state to the experience. Players have an objective to achieve, and that objective has a single, identified solution. In Puzzles, the player cannot lose, only give up.

Games: rules driven Games have rules and goals. They expand from the Puzzles definition by adding a lose state. Players are directed into Meaningful Play by the game designers. Usually games add a level of agonism and antagonism to the experience, but that is not required.

Part 3: Game Design Elements

What makes a game? Space The look and feel of a game come from the design of its space. Components COMPONENTS are the parts of your game like your avatar, blocks, and enemies. Mechanics MECHANICS are the actions in the game like jumping and collecting. Goals Players try to achieve GOALS to win the game. Rules RULES guide the player on how the game should be played.