From 0fdd7711b56cc8f1e64797d3637091e3454b1a96 Mon Sep 17 00:00:00 2001 From: Mono <111888944+mnjx@users.noreply.github.com> Date: Fri, 26 Aug 2022 11:33:18 +0200 Subject: [PATCH] Update README.md first update --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b4f53..7a048a8 100644 --- a/README.md +++ b/README.md @@ -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.