No comments have been left yet.

Instructor: Rebecca | Difficulty: Intermediate | Series: Turtle Pong

Turtles play pong too! This series takes you step-by-step through the process of creating a pong-style game using - oh yes - Python turtles. Your finished project will allow you to play against yourself or with a friend, using movable paddles and a bouncing ball to earn points and win the game! 

In this episode, we make it possible to play to win. We’ll add team-based, real-time score tracking and display, program a win condition, and enable a “restart game” function. We’ll also script some simple polish to ensure our finished game is top-notch.

You can always watch a livestream anytime! But before following along with the project, be sure to complete the following checklist:

Arcade Clones Code Games