Ensure you have the following installed on your system:
- Python 3.11 (or the latest version)
- Clone the repository:
git clone <repo-url>Replace <repo-url> with the actual repository URL.
- Navigate to the root directory:
cd <repo-name>Replace <repo-name> with the cloned repository's directory name.
One player must start the game server before others can join.
- Open a terminal and navigate to the root directory of the game.
- Run the following command:
python server.py IP-Address
# example) python server.py 192.168.22.1All players (including the one who started the server) must run the client to join the game.
- Open a new terminal (can't be the same one the server was started on) and navigate to the game's root directory.
- Run the following command:
python client.py- Input the same IP-Address in the pygame text box as you used when starting server.py