Gaming Game Design & Development 1 — Questions and Answers
Question 1: What term describes the core rules and interactive systems that define how a player interacts with a game?
- Game narrative
- Game mechanics (Correct answer)
- Game engine
- Game physics
Correct answer: Game mechanics
Game mechanics are the specific rules, systems, and interactions that form the foundation of gameplay.
Question 2: What document outlines a game's vision, rules, mechanics, and details before development begins?
- Technical Design Document
- Game Design Document (GDD) (Correct answer)
- Software Requirements Specification
- Production Bible
Correct answer: Game Design Document (GDD)
A Game Design Document (GDD) is the blueprint that describes the game's mechanics, story, art style, and other key elements before coding begins.
Question 3: What is the term for an early, rough version of a game created specifically to test core concepts?
- Alpha build
- Beta version
- Prototype (Correct answer)
- Gold master
Correct answer: Prototype
A prototype is an early, simplified version of a game used to test whether core mechanics and concepts are fun and technically feasible.
Question 4: What game engine, developed by Epic Games, is widely used for AAA game development?
- Unity
- CryEngine
- Source Engine
- Unreal Engine (Correct answer)
Correct answer: Unreal Engine
Unreal Engine, developed by Epic Games, is one of the most widely used game engines for AAA titles due to its powerful graphics and toolset.
Question 5: What is 'playtesting' in the context of game development?
- Developers writing automated test scripts for gameplay systems
- Having real players interact with the game to gather feedback (Correct answer)
- A final quality assurance phase performed only by the publisher
- Performance testing to benchmark frame rates
Correct answer: Having real players interact with the game to gather feedback
Playtesting involves having real players interact with a game to identify issues, improve balance, and measure the fun factor.
Question 6: In game development, what does the continuous cycle of input, update, and render describe?
- The development pipeline
- The asset pipeline
- The game loop (Correct answer)
- The rendering pass
Correct answer: The game loop
The game loop is the central structure that repeatedly processes player input, updates the game state, and renders each frame to the screen.
Question 7: What term describes games produced by large studios with major publisher backing and substantial budgets?
- Indie games
- AA games
- AAA (Triple-A) games (Correct answer)
- Blockbuster games
Correct answer: AAA (Triple-A) games
AAA (Triple-A) games are high-budget productions from major studios and publishers, typically featuring large teams and extensive marketing campaigns.
What term describes the core rules and interactive systems that define how a player interacts with a game?