0

Meet Your Hero

Every great game starts with a hero! Today, we’re building Flappy Bird. First, we need to place our bird on the screen.

The Starting Gate

In games, we use X and Y to find positions. Help the bird find its starting spot!

🎯
🎯

Level Goal

Place the bird at X position 50 and Y position 300 to start the game.

Logic Lab: python.py
0/2
123
# Set the bird's starting position bird_x = bird_y =

Choose for blank #1