From 12f5eb0fc79f4ff943346a053421c502c9748a7f Mon Sep 17 00:00:00 2001 From: Daniel Kogler Date: Tue, 17 Sep 2024 13:42:40 -0700 Subject: [PATCH] testing workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 744ab05..feef742 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pong -Pong is a game played by two players who each control a paddle placed at opposite sides of the screen. A ball is hit back and forth between the two paddles, and the top and bottom walls, until the ball goes past one player's paddle. The player who misses the ball loses the point. The game ends when one player reaches 11 points. This is the basic game, but you can add more features after you have the basic game working! +Pong is a game played by two players who each control a paddle placed at opposite sides of the screen. A ball is hit back and forth between the two paddles, and the top and bottom walls, until the ball goes past one player's paddle. The player who misses the ball loses the point. The game ends when one player reaches 11 points.