What year was the original Pong released?
1972
This Unity function runs once when a GameObject is first initialized.
What is "Start()"?
What game sparked the creation of the ESRB ratings system?
what was the original languaged used to make minecraft?
Java
Which company created the original Donkey Kong arcade game?
Nintendo
This Unity function runs every frame and is commonly used for checking input.
What is "Update()"?
What game introduced the concept of the battle pass?
What is "Dota 2"?
In Space invaders, what weird glitch would happen?
The game would speed up as you killed more enemies
What handheld system did Nintendo release in 1989?
Gameboy
Declare a float variable named "distanceToEarth" and GameObject variable named "player". Initialize distanceToEarth with the value "20f" (without quotations). Both are public variables.
public float distanceToEarth = 20f;
public GameObject player;
What game POPULARIZED the battle pass?
Fortnite
What game introduced the over-the-shoulder camera?
Resident Evil 4
What game introduced the stealth-action genre?
Metal Gear
This Unity component allows you to handle physics-based collisions with other 3D objects.
What is "Rigidbody"?
What game engine powers fortnite?
Unreal engine
What game popularized FPS on console?
Halo?
What was the first video game to be played in space?
Tetris, on a Gameboy, in 1993
What is a prefab?
A prefab is a reusable game object template. This helps organize your project and work efficiently.
Released in 2009, it turned the MOBA genre into a global competitive phenomenon.
League of Legends
what material cannot be mined in minecraft, even with a diamond pickaxe?
bedrock