A player's goal in a game is often referred to as the game's ____________.
Objective
Someone responsible for managing the vision of a project and coordinating one or more teams to execute on that vision is a(n) -
Producer
In Godot, a ________ is the fundamental building block of a scene. They can be arranged hierarchically to compose more complex objects and behaviors.
Node
A(n) __________ statement is used to execute a block of code based on a condition.
if
What annotation is used to show a property in the inspector?
@export
An interaction or "verb" that player's repeat often when playing a game is known as a(n) ______________.
Mechanic
Someone responsible for creating high quality visual assets for a project is a(n) -
Artist
In Godot, a ________ is a serialized collection of nodes that can be loaded at runtime.
Scene
A(n) __________ statement is used to repeat a block of code based on a condition.
while
The __________ function is called every time the player presses a key, moves the mouse, or wiggles a joystick.
_input
A game ____________ is a collection of mechanics that interact to form broader behavior.
System
Someone responsible for creating high quality music for a project is a(n) -
Composer
In Godot, a ________ is used to add or modify the behavior of node(s) in a scene.
Script
The __________ keyword is used to define a function.
func
In Godot, a ____________ refers to a family of nodes used to manually control the physics of an object.
CharacterBody
A collection of hard and soft rules that describe how a game looks and feels are a game's ____________.
Aesthetic
Someone responsible for implementing systems and mechanics for a project is a(n) -
Programmer
In Godot, a ________ is a bit of serialized data used to configure node(s) in a scene.
Resource
The __________ keyword is used to declare a variable.
var
Someone responsible for maintaining a positive brand image and interacting with players via social channels is a -
Community Manager
When designing a game, the practice of signaling an action before it occurs is known as -
Telegraphing
Someone responsible for designing worlds and challenges in a project is a(n) -
Level Designer
In Godot, the ____________ is the part of the editor that displays a list of properties associated with the selected node or resource.
Inspector
The __________ function is called once when a node is loaded for the first time.
_ready
A letter or presentation looking back at the successes and failures of your game is known as a -
Retrospective