Game Design Documents.

Slides:



Advertisements
Similar presentations
Design, prototyping and construction
Advertisements

1 Interactive Fiction CIS 487/587 Bruce R. Maxim UM-Dearborn.
The Design Document Ahmet Uğur. Overview No standard format Should communicate the nature of the game effectively Companies with agreed format The design.
Multimedia Games Development COM429M2 Week 2 Early game development.
CS 325: Software Engineering April 7, 2015 Software Configuration Management Task Scheduling & Prioritization Reporting Project Progress Configuration.
Project Planning Dr. Jane Dong Electrical and Computer Engineering.
The Game Development Process Documentation. The Role of Documentation The Concept Document The Design Document Based on Ch 18-19, Gameplay and Design,
Technical Writing II Acknowledgement: –This lecture notes are based on many on-line documents. –I would like to thank these authors who make the documents.
Game Design and Programming. Objectives Classify the games How games are design How games are implemented What are the main components of a game engine.
1 Game Design Documents. 2 Design Documentation Stages Design treatment or concept paper Design treatment or concept paper Game feasibility Game feasibility.
Fundamentals of Information Systems, Second Edition
Mark Nelson Alessandro Canossa Design documents Spring 2011
A Technical Game Project 4 Due dates: Game Idea Friday, March 16 th Game Plan Friday, March 23 rd Web Page Sunday, April 9 th First Playable Wednesday,
Week 1. Careers in Web Development  How many of you want to go into the field of Web Development or Web Programming? Introduction to Web 2 Web Designer.
Project Management and Scheduling
Gearbox Software PRODUCTION PIPELINE – JOBS TITLES – JOB DESCRIPTIONS.
The Game Development Process. Typical Development Cycle Idea Proposal Design Evaluation Coding Testing Release.
Multimedia Design. Table of Content 1.Navigational structures 2.Storyboard 3.Multimedia interface components 4.Tips for interface design.
The Project AH Computing. Functional Requirements  What the product must do!  Examples attractive welcome screen all options available as clickable.
XNA GAME STUDIO 4.0 LEARN PROGRAMMING NOW Game Design.
Notes on the Game Development Process
Game Programming Chapter 1 Review Part One Juniors March 11, 2011.
CSCI 101 Introduction to Software Development and Design.
The Software Development Cycle Defining and understanding the problem.
Game Development and Game Design academy.zariba.com 1.
Introduction to Interactive Media 02. The Interactive Media Development Process.
Creative Commons Attribution 3.0 creativecommons.org/licenses/by/3.0 Key Abstractions in Game Maker Foundations of Interactive Game Design Prof. Jim Whitehead.
9/9/20151 Game Design Documents CIS 487/587 Bruce R. Maxim UM-Dearborn.
CO1301: Games Concepts Dr Nick Mitchell (Room CM 226) Material originally prepared by Laurent Noel.
CO1301: Games Concepts Dr Nick Mitchell (Room CM 226) Material originally prepared by Laurent Noel.
DIGITAL GAME PROG I Large-Scale Design Process Part 2.
Student name Name of Company. Game Production Timeline Inspiration (1 month) Results in game treatment/concept paper Conceptualisation (3-5 months) Results.
MULTIMEDIA DEVELOPMENT
Introduction to Interactive Media The Interactive Media Development Process.
Fundamentals of Game Design
CHAPTER TWO THE MAKING OF MULTIMEDIA: AND MULTIMEDIA DEVELOPMENT TEAM
Multimedia Design 1. 2 Objectives By completion of this session, you will be able to: Organize your multimedia project Develop Flowcharts and Storyboards.
CHAPTER TEN AUTHORING.
Test Environment Algorithm Program Requirements/ Enhancements Analyze the Problem and Design a Solution Programming Software Translates the Source Code.
Systems Analysis and Design
Introduction to Making Multimedia
Interactive Gameplay Design Game Design Document Mario Michaelides Lecture 5 (10am), Week /10/2005 The Game Design Document.
Group 2 : Team Battleship Team Members: Zhen Cai Christopher Campbell Justin Doll Jason Miller Nicholas Rimer Raeginald Timones.
Ahmed Saker Indie Game Developer
Andrew Claus Greg Conklin CIS 487/587 Fall  Sierra-Style Interface and Gameplay  The Legend of the Red Dragon related Storyline  30 Different.
Introduction to Interactive Media Interactive Media Tools: Authoring Applications.
University of Illinois at Chicago Electronic Visualization Laboratory (EVL) CS 426 Planning the Game Design Spec & Blitz3D Workshop © Jason Leigh Electronic.
 A plan of attack for your games content  Or (more specifically)  A detailed description of all games mechanics, objects, characters, stats, ect… that.
Lesson 3-Multimedia Skills. Overview Members of a multimedia team. Roles and responsibilities in a multimedia team.
Game Design Document Pertemuan 4 Matakuliah: T0944-Game Design and Programming Tahun: 2010.
Motivates, interests and engages. Teaches problem solving skills. Allows for creativity and imagination. Demonstrates project design. Encourages teamwork.
© 2014 International Technology and Engineering Educators Association STEM  Center for Teaching and Learning™ Game Art and Design Unit 2 Lesson 1 Skills.
AD 305 Electronic Visualization I : School of Art and Design : University of Illinois at Chicago : Spring 2007 Intro to Action Script 5 "The games of a.
CSC480 Software Engineering Lecture 7 September 16, 2002.
YEAR 11 - IPT Term 2 - Tools for Information Processing hardware and Personal information system.
Design, prototyping and construction(Chapter 11).
1 Multimedia Development Team. 2 To discuss phases of MM production team members Multimedia I.
Advanced Higher Computing Science The Project. Introduction Worth 60% of the total marks for the course Must include: An appropriate interface using input.
GAME TESTING REQUIREMENTS AND METHODS GAME DESIGN.
Game Art and Design Unit 4 Lesson 1 Game Conceptualization
P2 - Creating briefs, Schedules and Storyboards
Large-Scale Design Process
CS 325: Software Engineering
ALL project 2 – Virtual Reality Interactive Story
Chapter 10 Development of Multimedia Project
The Game Development Process
UAL Level 2 GAMES AND ROBOTICS Design Document
CIS 487/587 Bruce R. Maxim UM-Dearborn
Game Art and Design Unit 2 Lesson 1 Skills in the Game Industry
Programming Logic and Design Eighth Edition
Presentation transcript:

Game Design Documents

Design Documentation Stages Design treatment or concept paper Game feasibility Design summary/design documents Pitch document or proposal Design specification/product specification/production document Functional product specification

Game Treatment Game story Game play and look Development Specification Abstract or “Reader’s Digest” type overview Game play and look Focus on appearance Player roles and actions Strategies and motivations Development Specification Hardware Software Algorithm style

Sample Development Specification This game uses a new 3D engine Backgrounds are animated Roughly 50 scenes will be rendered using 3D Studio Will be developed for Windows Programmed using C++, DirectX, and our in-house physics API Estimated development time 10-16 months

Design Document More formal and complete than game treatment What does the player do? What is the interface? What is the plot? Level Details What are the levels? Who are the characters? How do characters interact?

Design Document Content Game Overview More detailed revision of game treatment Plotline detail List player goals and achievements and work backwards Story outlines for each game section

Outlining Your Game Describe universal elements- common features to every part of the game scoring rules names special powers anything else? Details of every scene or game level Name for scene Resource details Physical and audio appearance

Outlining Your Game Details of every scene (continued). Background or playfield Foreground objects and characters Animations present for the scenes Music and sound effects Script for characters Scenes and transitions Flow charts for story branches Miscellaneous elements (credits, saving games, setup, etc.

Game Design Document Sections Table of Contents Introduction/Overview Game Mechanisms Artificial Intelligence Game Elements Story Overview Game Progression Bibliography

Product Specification Who is the production team? Target audience Gameplay Shelf-life? Production tools Schedule with milestones and deliverables

Game Specification What is it like to play the game? Interface mock-up Story-line summary Major: final accomplishments Minor: intermediate tasks Storyboards Prototype artwork and screen sequences

Game Specification Character bibles Flowcharting Scripts Profiles and biographies for each character Flowcharting What are the decision points and scene transitions? Scripts What happens in each scene and during each level?

Storyboarding Story outline Draw 6-12 scenes from game and assemble them like a comic strip Add some notes to each sketch describing the action, artwork, sounds

Detail Questions What can characters do (fly,jump,invisible)? How many enemies does hero fight? What weapons are available? How does the player get rejuvenated? Multi-player stuff? Game perspective (side, tops, 3D, first person)? What kind of sound track? What about main character’s personality?

Level Outline Name of section, level, or scene Physical or audio appearance Foreground objects and characters Actions? Animation? Sound effects? Character scripts Transitions

Puzzle Types - 1 Ordinary use of objects Unusual use of an ordinary object Creating new objects out of old? Information puzzles (e.g. find missing piece) Codes and word puzzles Excluded middle (relies on cause and effect type relationships) People puzzles (outwit the guard) Timing puzzles

Puzzle Types - 2 Sequence puzzles Logic puzzles (e.g. riddles) Trial and error Machinery puzzles Alternate interfaces Mazes

Bad Puzzles Unnecessary repetition Restore puzzle Arbitrary puzzles find answer to puzzle when you die Arbitrary puzzles cause should be linked to effects instead of random Designer puzzles only designer can solve the puzzle Binary puzzle (e.g. wrong answer = death) Hunt the pixel Unnecessary interludes

Good Puzzles Solvable Being fair No down time Some randomness – different each time you played Naturalness to environment Amplify a theme Principle of least astonishment

Hints Bread crumbs – at first everything works well and then give less direct help, if user struggles give more help Proximity of puzzle to solution – a fair game gives users everything they need to know Alternate solutions Red herrings (things that “don’t compute”) Steering a player

Designing Puzzles Break story into scenes Puzzles are obstacles to moving between scenes Trick is to make the puzzles match the story and setting Keep your character’s abilities in mind Empathize with the player and what he or she will know when puzzle is encountered

Character Bible Journal in which the designer writes a profile and biography for characters used in the script Script may not be linear, so hypertext technology may need to be used to maintain continuity

Good Design Documents State the goals of the game explicitly Make the document itself readable Give priorities to ideas so that team members know what is important and what may be rejected List all details (e.g. behavioral model) Describe how you will do things

Why Use Prototypes? Minimize risk of starting over from scratch Involve client in development process early Prototypes can function as an animated storyboard

Prototypes Answer Questions What will the finished product look like? What do we need to do? Can we produce the product at all? Can we attract a publisher?

Typical Game Sections Game startup Initialize variables Set up data structures Allocate memory Load graphics and sound files Game enters main loop or exits to OS User is prompted for input User input retrieve

Game Sections - 2 Game state updated based on user’s last input Based on last player action AI is applied, collisions processed, objects move Once player logic processing is complete, background animation performed, music, sound effects,and housekeeping performed

Game Sections - 3 Current animation frame is rendered (drawn to virtual buffer) Program displays frame by copying buffer to screen Frame display rate locked to 30 fps Exit section (game over) Release resources Restore system settings Exit to OS