Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 388 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 388 Bytes

Pong

A simple python program to play Pong.

Instructions:

  1. Make sure you have pygame and tkinter installed.

    • If you don't, run pip install pygame and pip install tkinter.
  2. Make sure you put the PixeloidSansBold-PKnYd.ttf font file in the same directory as the pong.py file.

  3. Run python3 pong.py to have fun!

Thanks for playing!

By: Zakkai Thomas