From 0e504060cf6dded37811633c7f192ffb062c987f Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Mon, 4 Mar 2024 23:51:48 -0500 Subject: [PATCH] Modified README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdd0d48..65b1724 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,5 @@ This application uses [Meson](https://mesonbuild.com/) as a build system. To bui - To run in multi-player mode: - One player runs the application in Server mode, specifying their IP address and a port: `build/pong -S ` - - The other player connects to the first player by running in Client mode, specifying the first player's IP address and port: `build/pong -C ` + - The other player connects to the first player by running in Client mode, specifying the first player's IP address and port: `build/pong -C `. + - The server controls the left paddle by default (WIP to allow the user to modify this), and the client controls the right paddle.