1/19
A collection of vocabulary flashcards covering puzzle types, game design methodologies, and software tools for game prototyping.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Environmental Puzzles
Puzzles that require manipulating elements within the game environment to solve a problem, as exemplified by the use of portals in the game "Portal".
Mechanical Puzzles
Puzzles that focus on using core gameplay mechanics or specific tools and weapons in creative and unconventional ways, such as those found in "Ratchet & Clank".
Logical Puzzles
Challenges that require deductive reasoning and problem-solving based on provided information, such as sequence or switch puzzles.
Physics Puzzles
Puzzles that utilize the laws of physics within the game, such as gravity, force, or friction, to solve problems.
Observation Puzzles
Puzzles that depend on the player's ability to notice minute details in the environment or text.
Mind Maps
A tool for organizing ideas by placing a central puzzle concept in the middle and branching out into elements like tools, environment, and interaction mechanics.
Reverse Engineering (Design)
A design method where you imagine the solution first and work backward to design the logical steps leading to it.
Rapid Prototyping
The practice of using programming skills to quickly create simple models of puzzle ideas to test if the core concept is functional and fun.
The "Aha!" Moment
The specific feeling of satisfaction and realization a player experiences when they discover the solution to a puzzle.
The Rule of Three (Puzzles)
A principle suggesting that a good puzzle should ideally have three possible solutions: one obvious, one difficult, and one unexpected.
Interactable Elements
Specific objects in the environment that a player can interact with, such as boxes, blocks, platforms, or doors.
Visual Cues
Non-textual hints, like different colors or rust stains, used to guide the player toward a solution.
Progressive Learning
A design strategy that introduces simple concepts first and then integrates them into more complex puzzle scenarios.
Greybox / Whitebox Prototyping
A method of testing level design using basic geometric shapes like cubes and cylinders to focus on dimensions and timing without detailed graphics.
Visual Scripting
A programming method using connected nodes instead of code, such as "Blueprint" in Unreal Engine or "Bolt" in Unity.
Paper Prototyping
The use of physical materials like paper, pens, and tokens to simulate puzzle logic and movement before any programming begins.
PuzzleScript
An open-source engine specifically designed for creating grid-based puzzles using simple, rule-based logic.
PICO-8
A "fantasy console" simulation with limited colors and memory that forces developers to focus on creative programming and simple mechanics using the Lua language.
GameMaker Studio
An engine specialized for 2D games that uses its own language, GML (GameMaker Language), to define object behaviors and events.
Modular Environments
Creating reusable environmental components, like standard buttons or platforms, to accelerate the level-building and testing process.