From 10caa40829fa29141b4fb4e5f72da615c5e04408 Mon Sep 17 00:00:00 2001 From: ViktorBash Date: Sat, 20 Jun 2020 13:33:40 -0400 Subject: [PATCH] Fixed spelling errors --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83571eb..b7b92be 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A duplication of the game Agar.io written in python # Running on Local Network -Before you will be able to run this game you must make one minor change the to the file **client.py**. The *host* property from inside the __init__() method must be the local ip address of the machine that is running the server. To find this IP all you need to do is run *server.py* and read the output to see what IP it is on. Simply use that as the host property for the client.py file. +Before you will be able to run this game you must make one minor change the to the file **client.py**. The *host* property from inside the __init__() method must be the local IP address of the machine that is running the server. To find this IP all you need to do is run *server.py* and read the output to see what IP it is on. Simply use that as the host property for the client.py file. # Playing the Game To run the game you must have an instance of *server.py* running. You can then connect as many clients as you'd like by running *game.py*. @@ -14,5 +14,5 @@ To run the game you must have an instance of *server.py* running. You can then c - The game will be in "lobby" mode until started, this means all each player can do is move. - The game will begin once a client connects on the same machine the server is running on -# Possible Erros -If you are having connections issues try diabsling the firewall on the server and client machines. +# Possible Errors +If you are having connections issues try disabling the firewall on the server and client machines.