Game History
Unity Code Chaos
Game Quotes/Genres
Know the Room
The Glitch Zone...
Tech Changing Reality
100

This iconic game, often cited as one of the first videogames, features two paddles and a ball.

What is "Pong"?

100

This Unity function runs once when a GameObject is first initialized.

What is "Start()"?

100

Name a 2D videogame

What is "what the Genius said, then I check if it's right"?

100

What school do Enrique and Zahir attend?

What is "Polytech"?

100

What gaming engine was used to create the videogame "Cuphead"?

What is "Unity"?

100

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"?

200

This 2020 social deduction game had players accusing each other in space while one player plays as an "imposter"?

What is "Among Us"?

200

This Unity function runs every frame and is commonly used for checking input.

What is "Update()"?

200

"Finish him!"

What is "Mortal Kombat"?

200

How do you spell our Philly IE for business' first name?

Mikaila!!

200

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! 

200

This AI technique lets machines “learn” patterns and make decisions, powering your Spotify recommendations and NPC behavior in games.

What is "Machine Learning"?

300

This company originally sold playing cards before becoming a gaming giant.

What is "Nintendo"?

300

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;

300

"The cake is a lie."

What is "Portal"?

300

Which sports ball does Izeal like to carry around?

What is a "soccer ball"?

300

What is the best-selling videogame console of all time?

What is the "Playstation 2"? With over 160 million units sold to date!

300

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"?

400

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"?

400

This Unity component allows you to handle physics-based collisions with other 3D objects.

What is "Rigidbody"?

400

"You forget a thousand things every day, pal. Make sure this is one of 'em."

What is "GTA V"?

400

What is one of Asa's favorite game? 

- Mario Smash Bros

- Red Dead Redemption

- Fall Guys

What is "Red Dead Redemption"?

400

This videogame inspired the creation of an academy where players had a chance to become professional racecar drivers for Nissan. 

What is "Gran Turismo"?

400

This online platform, launched in 2008, changed how people book places to stay, transforming travelers into hotel owners.

What is "AirBnB"?

500

The electronic engineer and innovator behind the first video game cartridge, allowing people to swap games on consoles.

Who is "Jerry Lawson"?

500

What is a prefab?

A prefab is a reusable game object template. This helps organize your project and work efficiently. 

500

Name a First-Person videogame

What is "whatever the Genius said, then I checked if they were right"?

500

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.)

500

This game, created by videogame designer, Momo Pixel, highlights the issue of people touching black women's hair.

What is "Hair Nah"?

500

What is a prototype?

A prototype is an early version of a product from which future versions are developed.