A
B
C
D
E
100

This is like a comic strip that shows what happens in the game, step by step. It helps plan out the game scenes and actions.

Storyboard

100

Which country has the most Jaguars in the world?

South Africa

Brazil

Argentina

Australia  

Brazil

100

programming constructs that enable a program to make decisions and execute different actions based on specific conditions. An example is an “if-then” statement.

Conditionals

100

Who invented the airplane?

The Wright Brothers

100

It is the objective of the game. An important demonstration of establishing how the player wins.

Goal

125

What is the most sold game of all time?

Tetris

125

Who has the most career points in NBA history?

Lebron James

125

What year did Jones open?

2004

125

Fixing issues and errors that are found during game development.

Game Debugging

125

This is everything the player sees and uses to control the game, like buttons, menus, and health bars.

User Interface (UI)

150

5x+7 = 32 

Solve for x:

x = 5

150

are a container that holds different types of data such as numbers or text, allowing programs to store and manage information.

Variables

150

The process of evaluating and trying out a video game to identify issues that may impact its quality or user experience.

Game Testing

150

How many siblings does Mr. Phillips have?

2

150

What major golf tournament is happening in Georgia next week?  

The Masters

175

This is a planning tool used in game design. The purpose of this document is to help you organize your thoughts to ensure a consistent and organized plan for your game.

Game Design Document

175

How many teams are there in the MLB? 

30

175

It's the instructions all players will follow when playing

Rules

175

What month is Mr. Phillips birthday?

February 

175

a set of step-by-step instructions that can be followed to solve a specific problem or perform a certain task.

Algorithm