top of page

Pong in Python

This project involved coding the famous game, pong, in python. It is really simillar to the original game. You can try it out by downloading the game files and installing IDLE from the python website

To run the game open all script files in IDLE and run breakout.py

bottom of page