This page will guide you through making a basic pong game using Python. The end result will look something like this.

Table of contents
- Step 1 - Drawing the canvas, ball, and paddles
- Step 2 - Creating classes to represent objects
- Step 3 - Movement
- Step 4 - Making the ball bounce off the paddles
- Step 5 - Finishing touches