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
Which country has the most Jaguars in the world?
South Africa
Brazil
Argentina
Australia
Brazil
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
Who invented the airplane?
The Wright Brothers
It is the objective of the game. An important demonstration of establishing how the player wins.
Goal
What is the most sold game of all time?
Tetris
Who has the most career points in NBA history?
Lebron James
What year did Jones open?
2004
Fixing issues and errors that are found during game development.
Game Debugging
This is everything the player sees and uses to control the game, like buttons, menus, and health bars.
User Interface (UI)
5x+7 = 32
Solve for x:
x = 5
are a container that holds different types of data such as numbers or text, allowing programs to store and manage information.
Variables
The process of evaluating and trying out a video game to identify issues that may impact its quality or user experience.
Game Testing
How many siblings does Mr. Phillips have?
2
What major golf tournament is happening in Georgia next week?
The Masters
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
How many teams are there in the MLB?
30
It's the instructions all players will follow when playing
Rules
What month is Mr. Phillips birthday?
February
a set of step-by-step instructions that can be followed to solve a specific problem or perform a certain task.
Algorithm