From 36f219891010a4ceabebb40900f6ad7c2fbcb171 Mon Sep 17 00:00:00 2001 From: mnjx Date: Mon, 23 Jan 2023 14:02:35 +0100 Subject: [PATCH] Updated README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 5568220..8b22ad5 100644 --- a/README.md +++ b/README.md @@ -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.