From 6f9d72af6bbf397bf1e576020e0b9e388649b84c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20J=C4=99drzejczak?= <76812270+patjed41@users.noreply.github.com> Date: Sun, 2 Oct 2022 12:17:30 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e5144c..0c8ca71 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Let's try a single player game. Firstly, run the server. Server gets a few comma ``` Most of them are self-explanatory and even if they aren't, experiment with the game to find out their meaning. I'd like to only point out that `` is in milliseconds and `` is used just for randomness. Let's finally run the server in the first terminal: ``` -./robots-server -b 3 -c 1 -d 1000 -e 3 -k 5 -l 20 -n single_player_server -p 2001 -s 41 -x 10 -y 10 +./robots-server -b 4 -c 1 -d 1000 -e 3 -k 5 -l 20 -n single_player_server -p 2001 -s 41 -x 10 -y 10 ``` The server is running on port 2001.