Modified README

master
Aadhavan Srinivasan 8 months ago
parent d69b627bb1
commit 0e504060cf

@ -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 <ip_address> <port>`
- 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 <ip_address> <port>`
- 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 <ip_address> <port>`.
- The server controls the left paddle by default (WIP to allow the user to modify this), and the client controls the right paddle.

Loading…
Cancel
Save