where can find "button" in unity.
Canvas
how to pause the game?
timescale = 0
What is a negative feedback loop?
The feedback loop that favors losing player.
Who is Jane McGonigal?
This person's definition of a game is a voluntary act to overcome unnecessary obstacles.
You have a deck of 52 cards. If you draw two cards without replacement, what is the probability that both cards are red?
26/51
what name space need for "SceneManger.LoadScene"?
UnityEngine.SceneManagement
What is FixedUpdate()?
This method is traditionally where physics calculations are put.
What is flow state?
The state of concentration in which one loses track of time.
What is analyze?
Fill in the blank: The iterative design process is to prototype-playtest-_____-repeat
Consider a standard six-sided die. If you roll it twice, what is the probability that the sum of the two rolls is 7?
6/36
Before you can switch between scenes in Unity, what do you need to do with those scenes in the Build Settings?
add scenes to build settings
what number scale needs the game to resume?
1.0f
What Unity component allows you to display text on the screen, such as game instructions or player scores?
UI Text boxes?
According to LeBlanc, which kind of fun focuses on overcoming obstacles solving puzzles and achieving difficult goals in a game?
what is Challenge fun?
In a bag, there are 5 blue balls, 4 red balls, and 3 green balls. If you randomly draw two balls without replacement, what is the probability that the first ball is blue and the second ball is red?
(5/12)(4/11)=5/33
In Unity, how can you make a UI button trigger a specific function when clicked?
UI buttons, OnClick method
What Unity class allows you to manipulate the time scale of your game, making it faster or slower?
Time.timeScale
what feature is used to create a sequence of images to give the illusion of motion?
Sprite Animation
based off Chris Crawford definition of fun, what key element distinguishes a game from ther forms of entertainment?
what is interactive Stories
You are playing a game where you flip a fair coin three times. What is the probability that you get exactly two heads?
3/8
In Unity, what is the purpose of the "SceneManager.LoadScene" method?
Scene creation
what unity component do you often attach scripts to in order to handle game logic, including both the pause and resume functionality?
"GameObject" or "MonoBehaviour"
what tool allows you to organize and switch between different parts of your 2D game, like moving from the title screen to the game level?
Scene Managemet
what are the components of kevin Maroney's view on what is a game?
Structure, play, goal, forms
In a group of 20 people, 12 are wearing glasses. If you randomly select two people from the group, what is the probability that both of them are wearing glasses?
(12/20)(11/19)=33/95