Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.
Expand All @@ -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.