|
1 | 1 | <img src="http://raw.github.com/CharmySoft/tic-tac-toe-in-python/master/icons/icon.png" width="48"/> **Tic Tac Toe Online in Python**
|
2 | 2 | ========================
|
3 | 3 | Details of this project can be found on the [Tic Tac Toe project page][2] under:
|
4 |
| -[*http://www.CharmySoft.com/app/ttt-python.htm*][2] |
| 4 | +[*http://chenyumin.com/tic-tac-toe*][2] |
5 | 5 |
|
6 | 6 | Introduction
|
7 | 7 | ------------------------
|
8 | 8 | [Tic Tac Toe Online in Python][2] is a socket-based Client-Server application in Python that allows multi-players to connect to the server and play Tic Tac Toe online with other players.
|
9 | 9 |
|
10 |
| -This project is originally for my Python Assignment in Semester 6 Computer Systems Admin 2. |
11 |
| - |
12 | 10 |
|
13 | 11 | Manual
|
14 | 12 | ------------------------
|
15 | 13 | [Tic Tac Toe Online in Python][2] is a cross-platform game that should work on any modern desktop operating systems. The instructions below are demonstrated on a Linux distro, but you should be able to run this on Windows and Mac OS X as well.
|
16 | 14 |
|
17 | 15 | All the Python scripts in this project are written for Python 3.x. The client GUI requires Python Tkinter module. You need to set up the Python 3 environment before you start.
|
18 | 16 |
|
19 |
| -To set up the server, please read [docs/MANUAL-SERVER.md](docs/MANUAL-SERVER.md). |
| 17 | +To set up the server, please read [The Server Manual](http://chenyumin.com/p/tic-tac-toe-server-manual) or [docs/MANUAL-SERVER.md](docs/MANUAL-SERVER.md). |
20 | 18 |
|
21 |
| -To learn about the command-line based client script, please read [docs/MANUAL-CLIENT.md](docs/MANUAL-CLIENT.md). |
| 19 | +To learn about the command-line based client script, please read [The Client Manual](http://chenyumin.com/p/tic-tac-toe-client-manual) or [docs/MANUAL-CLIENT.md](docs/MANUAL-CLIENT.md). |
22 | 20 |
|
23 | 21 | To use the client GUI, directly run ttt_client_gui.py with python3.
|
24 | 22 |
|
@@ -46,16 +44,16 @@ Please see the file named [LICENSE.md](LICENSE.md).
|
46 | 44 |
|
47 | 45 | Author
|
48 | 46 | ------------------------
|
49 |
| -* Charlie Chen |
| 47 | +* [Chen Yumin][3] |
50 | 48 | founder of [CharmySoft][1]
|
51 | 49 |
|
52 | 50 |
|
53 | 51 | Contact
|
54 | 52 | ------------------------
|
55 | 53 | * CharmySoft: [*http://www.CharmySoft.com/*][1]
|
56 |
| -* About: [*http://www.CharmySoft.com/about.htm*][3] |
57 |
| -* Email: [*Charlie@CharmySoft.com*](mailto:Charlie@CharmySoft.com) |
| 54 | +* Chen Yumin: [*http://chenyumin.com*][3] |
| 55 | +* Email: [*hello@chenyumin.com*](mailto:hello@chenyumin.com) |
58 | 56 |
|
59 | 57 | [1]: http://www.CharmySoft.com/ "CharmySoft"
|
60 |
| -[2]: http://www.CharmySoft.com/app/ttt-python.htm "Tic Tac Toe Online in Python" |
61 |
| -[3]: http://www.CharmySoft.com/about.htm "About CharmySoft" |
| 58 | +[2]: http://chenyumin.com/tic-tac-toe "Tic Tac Toe Online in Python" |
| 59 | +[3]: http://chenyumin.com "Chen Yumin" |
0 commit comments