Files
pong/README.md
T
2022-08-26 11:34:10 +02:00

8 lines
285 B
Markdown

# Pong
This python program is a simple clone of the popular game Pong. It uses the tkinter library for the GUI. The game ends when one side has 10 points.
# Controls
You can move the paddles by 'w' (up), 's' (down) for the left paddle and 'i' (up), 'k' (down) for the right paddle.