Skip to content

Commit 0adaba2

Browse files
author
CharmySoft
committed
Add instructions to connect to s.CharmySoft.com::8080
1 parent 930abed commit 0adaba2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/MANUAL-CLIENT.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@ Manual for Tic-Tac-Toe Client
22
========================
33
These are the instructions to use the command-line based Tic-Tac-Toe Client program. For the GUI version, please read [here](../README.md).
44

5-
To start the client, run ttt_client.py with
5+
To start the client, run [ttt_client.py](http://github.com/CharmySoft/tic-tac-toe-in-python/raw/master/ttt_client.py) with Python 3:
66

7-
ttt_client.py [server_address] [port_number]
7+
python3 ttt_client.py [server_address] [port_number]
88

99
Where the argument *server_address* is a string that represents the server address; *port_number* is the port that the tic-tac-toe server is listening to. You can also run the client script with no arguments, and you will then be asked to enter the server address and port number.
1010

1111
![Client Connect Error](./img/client-connect-error.png?raw=true "Client Connect Error")
1212
If the server is not running, or the provided server address and port number are incorrect and it fails to connect to the server, you will be asked to choose to abort, change address and port number, or retry.
1313

14+
There is a Tic-Tac-Toe server script set up running on *s.CharmySoft.com* with port *8080*. You can test the client with this server if you are connected to the Internet:
15+
16+
python3 ttt_client.py s.CharmySoft.com 8080
17+
1418
To test the client with the server running on your local machine, please read [MANUAL-SERVER.md](MANUAL-SERVER.md) and follow the instructions to start the server first.
1519

1620
![Client Connect Success](./img/client-connect-success.png?raw=true "Client Connect Success")

0 commit comments

Comments
 (0)