Salmon eggs and a shape
Roblox
God did this in Genesis and you do it in your sprints
Design
Information stored that can change in game
Eg. HP, Score, Speed
A Variable
if keys[pygame.K_LEFT]:
x -= 5
if keys[pygame.K_RIGHT]:
x += 5
Movement Code
What percentage of water is the human brain
75%
A place in a tree and the opposite of day
Fortnight
Parachutes do this as well
Deploy
What is this: jump() or
move_player()
A Function
if keys[pygame.K_SPACE] and isOnGround:
velocity_y = -10
Jumping Code
What decade was the internet used widely among people
The 90's
Not a woman and not the ground
No Man's Sky
I am doing this to you now
Testing
What is a Houla Hoop or part of tying a knot
A Loop
if player_rect.colliderect(enemy_rect):
game_over = True
Collision detection
How old is the Olympics
3000 years
Wood can be this and I protect the King
Hollow Knight
You should always have this before starting your next sprint
Sprint goals
I am a character(s) in a game and you can drink me.
A Sprite
if player_rect.colliderect(coin_rect):
score += 10
Scoring System
What were the 2 video games ever made?
Pong (1972) and Space Wars (1962)
To grow old and to have on your finger
Elden Ring
What tool can help you to track your progress in sprints
The process of getting rid of insects in your house
Debugging
if health <= 0:
game_over = True
Restart Code
A light year is a measurement of what?
Distance not time.