NEW
Font size
WorksheetsGODOT ENGINE
Total questions: 10
Worksheet time: 5mins
1. A program stored in a file (usually one that will be interpreted); in Godot, it's a text file that adds behavior to a node.
tree
Script
nodes
GDScript
2. The main language used in Godot
nodes
Script
scene
GDScript
3. fundamental building blocks for creating a game: they have a name, editable properties, can receive a callback to process every frame, can be extended, can be added to another node as a child
scene
tree
nodes
Script
4. a group of nodes organized hierarchically (in tree fashion); they always have one root node, can be saved and loaded back, can be instanced
scene
nodes
tree
Script
5. a collection of nodes with lines connecting them; usually it begins with one node: the root, and child nodes that branch off of nodes
scene
nodes
tree
Script
6. It is a feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface.
Godot
Engine
Game
Godot Engine
7. Godot’s development was started by Juan ‘reduz’ Linietsky and Ariel ‘punto’ Manzur in____.
2007
2008
2009
2010
8. Nodes emit ____ when some events occurs. It gives you a lot of flexibility in how you structure your scenes.
tree
nodes
Signal
scene
9. It lets you create, remove, import or play game projects.
Template
Project Manager
Script
Toolbar
10. 1. In february ____, the source code of Godot was released to the public on GitHub under the MIT license.
2012
2013
2014
2015
