🎮
Video Games Hard

Advanced Game Design and Development

Advanced game design theory, development processes and technical concepts!

20 Questions
35s Per Question
0+ Plays
← All Video Games Quizzes 📚 Study Guide for this category →
💡 Create account to save scores & earn XP
📋 View All 20 Questions & Answers

1. What is "physics-based gameplay" and name a game that uses it innovatively?

  • A. Games with realistic graphics
  • B. Gameplay systems using simulated physics engines for mechanics — Teardown uses fully destructible voxel environments with realistic physics for puzzle heists ✓
  • C. A type of sports game
  • D. A simulation genre only

💡 Physics-based games use simulated physical systems as core mechanics — Teardown's destructible voxel world, Human Fall Flat's wobbly ragdoll controls, and Portal's physics puzzles exemplify this.

2. What is "environmental storytelling" in game design?

  • A. Using environments as game levels
  • B. Conveying narrative through the game world itself — the state of rooms, object placement, and visual details telling stories without explicit cutscenes or dialogue ✓
  • C. A type of open-world design
  • D. A level design technique

💡 Environmental storytelling allows players to piece together narrative through observation — Bioshock's abandoned rooms, Dark Souls item descriptions, and Firewatch's forest all tell stories through environment.

3. What is "the MDA framework" in game design theory?

  • A. A monetization model
  • B. Mechanics, Dynamics, Aesthetics — a formal approach to understanding games from designer and player perspectives ✓
  • C. A development methodology
  • D. A graphics rendering pipeline

💡 MDA (Mechanics, Dynamics, Aesthetics) by Hunicke, LeBlanc, and Zubek provides a framework: Mechanics are rules, Dynamics are play patterns emerging from mechanics, Aesthetics are emotional responses.

4. What is "frame data" in fighting games and why do competitive players obsess over it?

  • A. The visual frame rate
  • B. The exact number of video frames each move takes — startup frames, active frames, and recovery frames — determining combo viability, punish windows, and competitive strategy ✓
  • C. A type of animation technique
  • D. A graphics rendering measurement

💡 Frame data defines fighting game moves precisely — a move with 3 startup frames is faster than one with 10 frames; knowing opponents' recovery frames determines punish opportunities.

5. What is "game feel" (or "juice") in game design?

  • A. The controller rumble only
  • B. The tactile, aesthetic, and responsive quality of game controls — the intangible sense that controls feel "right" through feedback, animation, and sound ✓
  • C. A type of graphics setting
  • D. A difficulty adjustment

💡 Game feel is the moment-to-moment physical sensation of playing — responsive controls, satisfying sounds, screen shake, and animation all contribute to making a game feel good to play.

6. What is "crunch culture" in game development?

  • A. A type of game mechanic
  • B. The pervasive practice of requiring developers to work extreme overtime (60-100+ hour weeks) during critical development periods, causing burnout and health issues ✓
  • C. A game testing methodology
  • D. A project management approach

💡 Crunch is endemic in AAA game development — studios like Rockstar (100-hour weeks for RDR2), CD Projekt Red (mandatory crunch for Cyberpunk 2077) face criticism for exploitative labor practices.

7. What is "ludonarrative dissonance" in game design?

  • A. A narrative design technique
  • B. The conflict between a game's story/themes and its actual gameplay mechanics — e.g., a story about peace featuring mass violent combat ✓
  • C. A type of game writing
  • D. A soundtrack design issue

💡 Ludonarrative dissonance (coined by Clint Hocking) occurs when gameplay contradicts narrative — Naughty Dog's games often feature protagonists described as good people who kill hundreds of enemies.

8. What is "ray tracing" in modern game graphics?

  • A. A type of camera movement
  • B. A rendering technique simulating light behavior physically — tracing rays of light from the camera through pixels and calculating realistic reflections, shadows, and lighting ✓
  • C. A type of anti-aliasing
  • D. A GPU overclocking technique

💡 Ray tracing simulates how light physically behaves — tracing rays from the virtual camera, calculating bounces, reflections, and shadows accurately. Nvidia RTX and PlayStation 5 enabled real-time ray tracing.

9. What is "the Turing Test" as applied to game AI?

  • A. A type of graphics benchmark
  • B. Evaluating whether an NPC's behavior is indistinguishable from a human player — modern games approach but haven't yet fully passed this for complex social situations ✓
  • C. A type of game challenge
  • D. A network latency test

💡 The Turing Test challenges whether AI behavior is humanlike — game AI has passed in narrow contexts (Chess, Go) but general gaming AI that converses and strategizes like humans remains elusive.

10. What is "speedrunning any% vs 100%" categorization?

  • A. Different difficulty modes
  • B. Any% completes the game as fast as possible by any means (glitches allowed); 100% requires completing all objectives — both categories have separate world records ✓
  • C. A type of game challenge
  • D. A competitive ranking system

💡 Speedrunning categories: any% allows exploiting any glitch to finish fastest; 100% requires all collectibles/completions; glitchless bans exploits — each maintains separate leaderboards.

11. What is "asymmetric multiplayer" game design?

  • A. All players having the same roles
  • B. A multiplayer design where different players have fundamentally different roles, abilities, and objectives — e.g., Dead by Daylight (1 killer vs 4 survivors) ✓
  • C. A type of competitive balance
  • D. A co-op design approach

💡 Asymmetric multiplayer gives players radically different experiences — Dead by Daylight, Evolve, and Among Us use this design where each role requires completely different strategies.

12. What is "netcode" in online multiplayer games?

  • A. A type of game code
  • B. The network programming determining how game states are synchronized between players over the internet — rollback netcode vs delay-based are the two main approaches ✓
  • C. A type of game engine
  • D. A cheat detection system

💡 Netcode determines online play quality — delay-based netcode adds input lag, while rollback netcode predicts inputs and corrects errors, providing smoother online experiences in fighting games.

13. What is "the hero's journey" narrative structure and how is it used in games?

  • A. A type of tutorial
  • B. Joseph Campbell's monomyth describing a protagonist's transformative journey — widely used in games like The Legend of Zelda and Dark Souls ✓
  • C. A difficulty progression system
  • D. A character creation system

💡 Campbell's hero's journey (ordinary world → call to adventure → trials → transformation → return) structures many games — Link's journey in Zelda, the Ashen One's cycle in Dark Souls.

14. What is "gacha" mechanic in mobile games and what cultural context does it come from?

  • A. A type of achievement system
  • B. A randomized reward system where players spend currency for random items — derived from Japanese gashapon vending machines dispensing random capsule toys ✓
  • C. A Japanese RPG mechanic
  • D. A type of progression system

💡 Gacha derives from Japanese gashapon toy machines — in games, players spend real or virtual currency for random character/item draws. Genshin Impact is the most successful global gacha game.

15. What is "procedural content generation" (PCG) and name a notable implementation?

  • A. Manual level design
  • B. Using algorithms to automatically generate game content — No Man's Sky uses PCG to generate 18 quintillion unique planets ✓
  • C. A type of animation system
  • D. A narrative generation technique

💡 PCG generates content algorithmically rather than manually — No Man's Sky's planetary generation, Spelunky's level generation, and Diablo's dungeon layouts are landmark implementations.

16. What is "the dark pattern" in game UX design?

  • A. A visual design theme
  • B. Manipulative design techniques exploiting psychological vulnerabilities to encourage spending or continued play against players' best interests ✓
  • C. A difficulty design choice
  • D. A narrative device

💡 Dark patterns in games include artificial scarcity, fear of missing out (FOMO), variable reward schedules, disguised costs, and social pressure mechanics — designed to extract maximum spending.

17. What is "pathfinding" in game AI and which algorithm is most commonly used?

  • A. Player navigation assistance
  • B. The AI process of calculating optimal routes for NPCs to navigate game environments — A* (A-star) is the most widely used pathfinding algorithm ✓
  • C. A type of game mechanic
  • D. A networking protocol

💡 Pathfinding allows NPCs to navigate complex environments intelligently — A* algorithm calculates optimal paths by evaluating costs and heuristics, used in virtually every game with NPC movement.

18. What is "emergent gameplay" in game design?

  • A. Planned scripted events
  • B. Unintended complex behaviors and interactions arising from simple game systems that players discover — not explicitly designed by developers ✓
  • C. A type of AI behavior
  • D. A narrative design technique

💡 Emergent gameplay occurs when simple game rules produce unexpectedly complex behaviors — Minecraft players creating computers, or Dwarf Fortress generating elaborate stories, are classic examples.

19. What is "shader" in game graphics programming?

  • A. A type of texture
  • B. A small program running on the GPU that determines how pixels are colored — vertex shaders manipulate geometry, fragment shaders determine pixel color ✓
  • C. A type of lighting
  • D. A post-processing effect

💡 Shaders are GPU programs defining rendering effects — vertex shaders transform 3D coordinates, pixel/fragment shaders calculate final pixel colors, enabling effects like water, fire, and ambient occlusion.

20. What is "localization" in game development and why is it complex?

  • A. Translating the manual only
  • B. The complete process of adapting a game for different cultures — including translation, cultural references, UI layout, voice acting, and removing culturally sensitive content ✓
  • C. A type of game testing
  • D. A graphics downgrade process

💡 Game localization involves translation, cultural adaptation (changing flags, religious symbols), voice recording, text expansion (German text takes 30% more space), and regional content modifications.

More Video Games Quizzes

View all Video Games quizzes →