This iconic game, often cited as one of the first videogames, features two paddles and a ball.
What is "Pong"?
This Unity function runs once when a GameObject is first initialized.
What is "Start()"?
Name a 2D videogame
What is "what the Genius said, then I check if it's right"?
What school do Enrique and Zahir attend?
What is "Polytech"?
What gaming engine was used to create the videogame "Cuphead"?
What is "Unity"?
Originally developed for military navigation, this tech is now used in everyday apps to hail rides, find food, and catch Pokémon.
What is "GPS"?
This 2020 social deduction game had players accusing each other in space while one player plays as an "imposter"?
What is "Among Us"?
This Unity function runs every frame and is commonly used for checking input.
What is "Update()"?
"Finish him!"
What is "Mortal Kombat"?
How do you spell our Philly IE for business' first name?
Mikaila!!
This technology allows surgeons, pilots, and mechanics to practice procedures in realistic, low-risk environments.
What is "Virtual Reality" or "Simulation"? Unity can be used to build VR experiences, as well!
This AI technique lets machines “learn” patterns and make decisions, powering your Spotify recommendations and NPC behavior in games.
What is "Machine Learning"?
This company originally sold playing cards before becoming a gaming giant.
What is "Nintendo"?
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;
"The cake is a lie."
What is "Portal"?
Which sports ball does Izeal like to carry around?
What is a "soccer ball"?
What is the best-selling videogame console of all time?
What is the "Playstation 2"? With over 160 million units sold to date!
This popular app started as a way to share photos but evolved into a business tool for influencers, brands, and even game promotions.
What is "Instagram"?
Released in 1996, this game is considered the revolutionary of 3D platformers and has played a huge influence on successive 3D platformers.
What is "Super Mario 64"?
This Unity component allows you to handle physics-based collisions with other 3D objects.
What is "Rigidbody"?
"You forget a thousand things every day, pal. Make sure this is one of 'em."
What is "GTA V"?
What is one of Asa's favorite game?
- Mario Smash Bros
- Red Dead Redemption
- Fall Guys
What is "Red Dead Redemption"?
This videogame inspired the creation of an academy where players had a chance to become professional racecar drivers for Nissan.
What is "Gran Turismo"?
This online platform, launched in 2008, changed how people book places to stay, transforming travelers into hotel owners.
What is "AirBnB"?
The electronic engineer and innovator behind the first video game cartridge, allowing people to swap games on consoles.
Who is "Jerry Lawson"?
What is a prefab?
A prefab is a reusable game object template. This helps organize your project and work efficiently.
Name a First-Person videogame
What is "whatever the Genius said, then I checked if they were right"?
What is one of Iverson's favorite games?
- The Last of Us
- Fortnite
- GTA V
What is "The Last of Us"? (Play this when you're old enough, or with your parent's permission.)
This game, created by videogame designer, Momo Pixel, highlights the issue of people touching black women's hair.
What is "Hair Nah"?
What is a prototype?
A prototype is an early version of a product from which future versions are developed.