A file containing multiple smaller images used for animations or characters.
What is a sprite sheet?
The systems and rule sets that define how a game operates.
What are game mechanics?
This statement executes a block of code if a condition is true.
What is an if-statement?
In games, AI enables entities to mimic intelligent behavior.
What is Artificial Intelligence?
The full form of UI in game development.
What is User Interface?
These are the building blocks for background elements in 2D games
What is a tileset?
The full form of MDA in game design.
What is Mechanics, Dynamics, Aesthetics?
A construct allowing programs to choose between two actions based on a condition.
What is an if-else statement?
Algorithms learning from data to create dynamic experiences.
What is Machine Learning?
A display element that provides information without distracting the player.
What is a HUD?
This grid-based structure is used to build levels in 2D games.
What is a tilemap?
The "A" in MDA, focused on emotional responses.
What is Aesthetics?
The C# feature used to compare variables with specific values.
What are comparison operators?
This type of AI creates content like text, images, or sounds.
What is Generative AI?
The system responsible for handling keyboard and controller input.
What is Utility Input?
In 2D games, these are image components displayed in scenes.
What are sprites?
A design principle defining how players interact with rules to generate behavior.
What is Dynamics?
A construct that determines the flow of control based on conditions evaluating true or false.
What is a conditional statement?
AI helps manage this aspect of game design to ensure realistic interactions.
What are NPC behaviors?
The importance of UI in game environments.
What is for player navigation and interaction?
The primary use of a sprite sheet in a game design.
What is for efficient animation management?
This framework combines rules, player behavior, and emotional responses.
What is the MDA Framework?
The primary use of loops in programming.
What is for repeated execution of code?
A key distinction of Machine Learning in games.
What is adapting experiences based on player data?
The primary purpose of a HUD in games.
What is to provide real-time information?