Updated README.md

This commit is contained in:
mnjx
2023-01-23 14:02:35 +01:00
parent 2bf1310eb9
commit 36f2198910
+1 -7
View File
@@ -1,7 +1 @@
# 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.
This python program is a simple clone of the popular game Pong. The game ends when one side has 10 points. You can move the paddles by 'w' (up), 's' (down) for the left paddle and 'i' (up), 'k' (down) for the right paddle.