Update README.md

first update
This commit is contained in:
Mono
2022-08-26 11:33:18 +02:00
committed by GitHub
parent badbd68bcc
commit 0fdd7711b5
+7 -1
View File
@@ -1 +1,7 @@
# pong # Pong
This python program is a simple clone of the poupular 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.