Modified README
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user