Game Elements
Coding Basics
Loops and Logic
Godot
Random Science Questions
100

What do we call the set of images used for a game character?

A sprite!

100

What do we call a list of steps for computers to follow?

A program or Algorithm


100

What statement of code lets us repeat actions?

A loop

100

What is the name of the language that Godot uses?

GDScript

100
What do we call an object that conducts electricity?

Conductor

200

Where is the area where we can see and play the game?

The screen or moniter

200

What is something that stores a number or more generally some data?

A variable

200

What do we call a loop that lasts forever?

An Infinite loop!

200

What type of software is Godot referred to as?

A game engine

200

What is the body part that puts oxygen into our blood?

Lungs

300

What is a goal or rule in a game called?

A game objective

300

What is a command that checks if something is true before running the following code?

An if statement! (or conditional)

300

what is a special type of loop that goes until a condition is met?

A while loop

300

What is the most versatile node in Godot that we used?

Node2D

300

What is the smallest planet in our solar system?

Mercury

400

What do we use to keep players engaged?

Reward systems and plenty of content!

400

What do we call a mistake in our code that stops it from functioning properly?

A bug!

400

What do we call a yes or no in coding?

A boolean

400

True or False: You are able to type messages into the console.


False!

400

The number system that uses 1's and 0's is called what?

Binary

500

What is the name for how a player interacts with the game?

Gameplay or controls

500

what do we do to fix bugs in code?

Debugging

500

What is the name for choosing between two paths in a program?

Conditional logic or branching

500

What version of Godot did we use?

Version 4.3

500

What are the small particles that orbit an atom called?

Electron