CREATOR ONLY

Creating the Bounce Game with Tkinter

Learn how to create a bounce game where a user has to bounce a ball on a paddle for as long as possible.

Get Started

TECHNOLOGIES

Tkinter

WATCH TIME

58 minutes

Lessons

Adding the Game Interface

In this video, we'll add our initial boundary objects in order to stop the ball from moving off the screen. We create constraints and implement a check to see if a ball as gone beyond a certain point.

14 min

Adding the Paddle

In this video, we'll continue working on our bounce game by creating our paddle with controls to move the paddle left and right. We'll also use focus to avoid having to click the screen to use the pad...

10 min

Creating our Ball

We'll start building our bounce game where a user has to bounce a ball on a paddle for as long as possible. We'll start with a moving ball using the Tkinter module.

13 min

Bounce Game Final Touches

So far, we've built our ball and paddle. Next, we'll find out when the ball hits the paddle and control the direction of the ball. After this video, you'll a fully functional game.

18 min

Bounce Game Recap

You've finished creating the bounce game. Here's a quick recap on what we've built and how we did it. We'll read our code and explain each concept briefly once again.

5 min