COIT23003 Games Development 6. Elaboration: Entities.

Slides:



Advertisements
Similar presentations
Camera Shots and Angles for Television Production Instructor: Mrs. Hudgens.
Advertisements

Mise-en-scene. Defining our term According to Butler, mise-en-scene is: – The staging of the action for the camera. All of the physical objects in front.
User Interfaces By Mathieu Leduc. What is the User Interface(UI)? Knows about any input/output hardware Translates player actions into actions in the.
Game Balancing & Flow Agenda. Game Balancing & Flow Introduction.
Adding the Detail Filling in Use Case Templates. Use Case Template The use case diagram is important for visualizing a system and as a communication tool.
Games Design Nick Sims.  These are broken down into two sections, visual style and game play. We are going to look at Visual Style What do you think.
VIDEO PRODUCTION.
Film Study Notes. Cinematography What is the narrative of the film?  Does the narrative have a clear beginning, middle and end?  What is the goal of.
Artificial Intelligence in Game Design Camera Control.
Component-Based Software Engineering Introduction to Java Beans Paul Krause and Sotiris Moschoyiannis.
COIT23003 Games Development 7. Elaboration: Design by Genre.
Action. What sorts of action are common in electronic narratives? Fights – Fistfights Battles – War films – Fantasy – Science Fiction Chases – Car chases.
Fundamentals of Game Design
The Five Elements of Fiction. Characters The actors in the story, they can be people, animals or even objects like pencils or robots.
The Hounds of Zaroff. Team Info Impenetrable Scuttlebutt Adam Files Ryan Jones
COIT23003 Games Development 3. Elaboration: Pre-visualisation.
The art of composing, writing, acting, or producing plays drama.
Achieving Believable Psychosocial Behaviour in Non-player Characters in Modern Video Games Christine Bailey, Jiaming You, Gavan Acton, Adam Rankin, and.
COIT23003 Games Development 1. Overview of Game Design.
Design Patterns in FPS Levels Kenneth Hullett, Jim Whitehead.
Fundamentals of the Shot. What is a Scene? A combination of shots that shows the action that takes place in one location or setting.
The Elements of Drama.
Fundamentals of Game Design, 2 nd Edition by Ernest Adams Chapter 18: Construction and Management Simulations.
Fundamentals of Game Design, 2 nd Edition by Ernest Adams Chapter 15: Role-Playing Games.
Jason Paolasini Chapter 8 A Benjamin Isherwood – – Chapter 8 B CHAPTER 8 UI DESIGN.
BINGO!. Make a bingo card Choose 6 from this list to make your bingo card representations bias stereotypes protagonist design setting narrative perspective.
INTERACTIVE STORYTELLING THROUGH A COMPUTER GAME -WORKING TITLE.
YEAR 10 MEDIA. PRODUCTION and STORY ELEMENTS EDITING Editing is the process of placing images and sounds in an order that tell the story Establishes.
Explicit and Implicit Meaning
Fundamentals of Game Design, 2 nd Edition by Ernest Adams Chapter 4: Game Worlds.
COIT23003 Games Development 8. Elaboration: Behaviour.
Sean Wolf 1. ContraPlatformingExplorationRewardCombatStory 2.
Balanced Unbalanced The Goal “Perfectly Imbalanced”
Unit 72: Computer Game design
Creating a Game Concept Part 4. Game Concept  Creating a game concept or conceptualizing you game means giving a concrete shape to your ideas for the.
ORGANIZING AND DESIGN PRINCIPLES FOR VIDEO MyGraphicsLab Adobe Premiere Pro CS6 ACA Certification Preparation for Video Communication Copyright © 2013.
-:Fat Chance:- Risk and Reward Paul Taylor What is chance?
A Selection of Best Practices and Design Patterns for Unity
Drama Terminology Monday April 11, 2011.
IT’S STORY TIME.
More (C#) Scripting Day 2, Lesson 1.
Games Design: Game Concepts
Camera Shots, Angles and Movement.
Literary Elements.
Computer Games: Digital Games Design F1R2 11
Film Analysis Knowledge Base.
CAMERA FRAMING AND ANGLES
CAMELS Not this kind!.
Media Terminology Rachel Dean.
Character Composition
IT’S STORY TIME.
The Five Elements of Fiction
The Short Story.
Dr. Seuss Cities One Point Perspective.
Film Introduction Year Nine English.
CIS 487/587 Bruce R. Maxim UM-Dearborn
The Elements of Literature
Computer Graphics Imaging
The Elements of Drama.
DRAMA ELA I Notes Textbook p
POINT OF VIEW – IN LITERATURE
Elements of Fiction Trudy Proctor March 18, 2003.
Characterization Terms and Definitions.
IT’S STORY TIME.
IT’S STORY TIME.
Thirteen Ways to Look at a Black and White Photograph by Ryan Jerving
Elements of Fiction. Web. 6 Sept
POINT OF VIEW.
Parts of a Story.
Plot, Character, and Point of View
Presentation transcript:

COIT23003 Games Development 6. Elaboration: Entities

References Meigs, T., Ultimate Game Design: Building Game Worlds, McGraw Hill. Adams, E. and Rollings, R., Fundamentals of Game Design, Prentice Hall.

Entities Game entities include – Actors – Props – Cameras

Actors An actor is an entity that exhibits behaviour. The following types of actor commonly appear in games: – Protagonists – Adversaries – Non player characters (NPCs)

Actors: Protagonists Controlled by the player; usually is the most sophisticated actor in terms of behaviour, animation etc. -e.g. Mario

Actors: Adversaries Not restricted to “human” Should provide challenging behaviour, but not too challenging Often used to “protect” resources – need to balance the risk/reward value

Actors: NPCs Are used for – Narration – Advice – Instruction

Actors: Design Issues Type Quantity Behaviour Placement

Props A prop is an item used by an actor to further the plot or storyline of a game. Props can be – Static (collectibles, ammunition, furniture, …) – Damageable (has states, eg wall -> wall collapsing -> rubble) – Scripted (as for damageable, but involves additional entity behaviour, eg release of creatures)

Props: Design Issues Type Quantity Placement Useage (create realism, destroy and reveal, landmarks … ) (Meigs, p.93)

Cameras Cameras are critical in achieving the desired perspective in 3D games

Cameras: Perspectives Common perspectives are First person (camera = your character’s eyes) Third person (camera follows your character at a fixed distance) Aerial (camera views a large part of the game world from directly above) Isometric (as for aerial, but from an angle) Floating(as for isometric, but user can position the camera Context sensitive (camera follows the action and positions itself in the best position)

Cameras: Design Issues Choice of perspective (tradeoffs include platforms, gaming requirements, programming effort …) Flow (avoid abrupt camera changes) Provide default positions for floating cameras