Large-Scale Design Process

Slides:



Advertisements
Similar presentations
Design, prototyping and construction
Advertisements

Chapter 1 Design Composition Permission granted to reproduce for educational use only.© Goodheart-Willcox Co., Inc. Objectives Detail the components.
Chapter 1 My Role on the Team. Chapter 1 My Role on the Team.
Copyright 2006 Tiffany Barnes Game Design & Development Overview of process.
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,
CSC230 Software Design (Engineering)
Gearbox Software PRODUCTION PIPELINE – JOBS TITLES – JOB DESCRIPTIONS.
The Game Development Process. Typical Development Cycle Idea Proposal Design Evaluation Coding Testing Release.
CMPD 434 MULTIMEDIA AUTHORING
GAME DEVELOPMENT DOCUMENTATION
Introduction to Interactive Media 02. The Interactive Media Development Process.
EirplayMedia (c) 2009 EirplayMedia Game Production Cycle.
Digital Game Prgm I Large – Scale Design Process.
Multimedia Production Team
DIGITAL GAME PROG I Large-Scale Design Process Part 2.
Game Development Documentation EREN NABİ.  When the team grows, becomes harder to protecting the focal point of the project.  Good documentation is.
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
Presentation by: Matthew DeAngelo, April Medina, and Carlos Diaz CSUMB FALL 2011 CST-300 Behind the Scenes, Video Games.
1 CSCD 326 Data Structures I Software Design. 2 The Software Life Cycle 1. Specification 2. Design 3. Risk Analysis 4. Verification 5. Coding 6. Testing.
 A plan of attack for your games content  Or (more specifically)  A detailed description of all games mechanics, objects, characters, stats, ect… that.
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.
Learning Aim B.  It is a good idea to think carefully about the design of a website before you try to implement it.
Production Documents. Docs High Level / Concept Doc – Pitch document – Targets : Investors/Studios/Partners Design Document – Production document – Targets.
CS 134 Design Documents.
Game programming 1.
Chapter 1 My Role on the Team. Chapter 1 My Role on the Team.
Software Development - Methodologies
Marketing project chapters
Chapter 8 Sound FX Composition. Chapter 8 Sound FX Composition.
FOP: Multi-Screen Apps
Collision Theory and Logic
Features of Authoring Tools
Chapter 1 The Systems Development Environment
Design Composition Review
Designing and Developing Games
Character Composition Pages 65 to 79 January 29th
Planning Interactive Multimedia
Fundamentals of Information Systems, Sixth Edition
Collision Theory and Logic
Computer Software: Programming
Computer Games: Digital Games Design F1R2 11
Games Production Process
Chapter 1 The Systems Development Environment
Character Composition
Computerized Entertainment and Classification
Chapter 1 The Systems Development Environment
Objective % Understand career planning in a digital media environment.
USER AND TECHNICAL DOCUMENTATION
P2: Create a proposal and client documentation to support the pitch
Design, prototyping and construction
Chapter 10 Development of Multimedia Project
The Game Development Process
UAL Level 2 GAMES AND ROBOTICS Design Document
Chapter 11 Design, prototyping and construction 1.
CO1301: Games ncepts 2016 Lecture 2
CIS 487/587 Bruce R. Maxim UM-Dearborn
Reverse Engineering and Professional Reviews
Game Art and Design Unit 2 Lesson 1 Skills in the Game Industry
Hierarchy of a Game Design Team
Design and Implementation
Chapter 7 –Implementation Issues
DESIGN, PROTOTYPING and CONSTRUCTION
Members: Keshava Shiva Sanjeeve Kareena
Chapter 1 The Systems Development Environment
Design, prototyping and construction
Presentation transcript:

Large-Scale Design Process Chapter 9 Large-Scale Design Process

Objectives Create a development plan for a video game design. Describe the development process for a video game. Explain the importance of budget and scheduling on video game design. Explain how iterations are used in the design process for video games. Create design plans. Create character sketches.

Objectives (Continued) Create storyboards Discuss various game-development tools currently used by the video game industry. Describe common video game engines. Explain the uses for various tools used for video game development.

Formal Design Structure Before you start to program a game’s functions, you need to understand the design process Most new games are designed by teams with specialists in several areas to keep the project moving forward At the outset of the game’s design, the team is given a budget and a time schedule

Formal Design Structure (Continued) A delay in production occurs when the project is not following the projected time schedule If the team spends more in development cost than allotted, it is over budget As a result, the project may be terminated or scaled back To assure timeliness and quality, game design follows a three-stage production process

Formal Design Structure (Continued) The three stages of the production cycle are concept, construction, and tuning The concept stage begins with an idea about a game and ends with a refined idea about how the game will play The construction stage is where the rough idea of the game from the concept stage is refined into something workable

Initial Idea to Final Character Clipart.com, Goodheart-Willcox Publisher

Formal Design Structure (Continued) Eight areas of design construction include Gameplay modes Protagonist and character development Game world Core mechanics Mode elaboration Story elaboration Level design Testing and debugging

Formal Design Structure (Continued) The first playable level is the prototype version of the game that allows someone to play and test all the game interactions Professional game testers will play the latest iteration of the game and note every glitch and imperfection The tuning stage is where the game is tested for functionality and playability

Formal Design Structure (Continued) The most important aspects of the game must be in place before the tuning can begin When testing functionality, the focus is on whether the game functions or plays as intended Playability testing seeks to find out if The story is completely told The game holds true to the concept The objectives are obtainable

Design Documents As a game designer, you will need to create several different types of documents The governing game design document (GGDD) is a collection of the documents used to display information needed for the team The pitch documents are for presenting the idea to the decision makers High-concept document Game-treatment document

Design Documents (Continued) The market-analysis document details the concept of the game and target market The world-design document lists the items that are needed to create the game world A character-design document details the look of a character and the abilities of that character Concept art is a sketch that gives basic shapes and style, but not overwhelming detail

Design Documents (Continued) Flowcharts and storyboards are combined to create a map for the programmers to follow The designers write a flowchart with a few basic instructions The storyboard shows a brief sketch of what everything is supposed to look like The game-script document is where the rules and core mechanics are structured

Design Documents (Continued) Once the game script is written, a game mock-up can be created The purpose of this is to test the rules and the core mechanics to see if the elements work The technical design document details the computer codes, event codes, and technical interactions for the game Most game designers use a game engine and other game development tools

Flowchart for a Linear Game Goodheart-Willcox Publisher

Game-Development Tools As a game designer, it is unlikely you will ever use computer-code level of programming Companies use game-development tools to streamline and simplify the design process A compiler program takes the instructions from a user and restates these commands as computer codes Video game production companies often create custom software

Game-Development Tools (Continued) Custom software includes applications or tools created for a specific purpose that are not available in existing software In the technological superiority area, the custom software will improve a technical aspect of the game In the speed of development area, the custom software reduces the time required to create the game

Game-Development Tools (Continued) Most smaller companies do not have the time or resources to spend on custom software They use consumer off-the-shelf (COTS) software Many COTS software tools are used in the game industry to develop assets Common to most COTS software programs is a graphical user interface (GUI)

Game-Development Tools (Continued) Visual programming languages, such as Visual Basic, take clicks of the mouse and turn them into computer codes through compiling Some programs can compile using only one computer language Other game development tools, such as Java, help to create the game in a playable format DirectX is an all-inclusive game engine from Microsoft

COTS Software Goodheart-Willcox Publisher

3D Software Goodheart-Willcox Publisher

Which stage of the three-stage game production process do you think is most important? Why? Describe the primary gameplay mode for a video game that you like to play. Describe the secondary gameplay mode for the same game.