Name That Game
It's Like A Mirror
Can You Code
This Is Not A Test
Wild Card
100

Salmon eggs and a shape

Roblox

100

God did this in Genesis and you do it in your sprints 

Design

100

Information stored that can change in game

Eg. HP, Score, Speed

A Variable 

100

if keys[pygame.K_LEFT]:

    x -= 5   

if keys[pygame.K_RIGHT]:

    x += 5   

Movement Code

100

What percentage of water is the human brain

75%

200

A place in a tree and the opposite of day

Fortnight

200

Parachutes do this as well

Deploy

200

What is this:     jump() or 

                       move_player()

A Function

200

if keys[pygame.K_SPACE] and isOnGround:

    velocity_y = -10  

Jumping Code

200

What decade was the internet used widely among people

The 90's

300

Not a woman and not the ground

No Man's Sky

300

I am doing this to you now

Testing

300

What is a Houla Hoop or part of tying a knot

A Loop

300

if player_rect.colliderect(enemy_rect):

    game_over = True

Collision detection

300

How old is the Olympics

3000 years

400

Wood can be this and I protect the King

Hollow Knight

400

You should always have this before starting your next sprint

Sprint goals

400

I am a character(s) in a game and you can drink me.

A Sprite

400

if player_rect.colliderect(coin_rect):

    score += 10

Scoring System

400

What were the 2 video games ever made?

Pong (1972) and Space Wars (1962)

500

To grow old and to have on your finger

Elden Ring

500

What tool can help you to track your progress in sprints

Kanban board
500

The process of getting rid of insects in your house

Debugging

500

if health <= 0:

    game_over = True

Restart Code

500

A light year is a measurement of what?

Distance not time.