You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Manual
14
14
------------------------
15
15
[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
16
17
-
All the Python scripts in this project are written for Python 3.x and above. The client GUI requires Python Tkinter module. You need to set up the Python 3 environment before you start.
17
+
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
18
19
-
To start the server, please read [docs/MANUAL-SERVER.md](docs/MANUAL-SERVER.md).
19
+
To set up the server, please read [docs/MANUAL-SERVER.md](docs/MANUAL-SERVER.md).
20
20
21
21
To learn about the command-line based client script, please read [docs/MANUAL-CLIENT.md](docs/MANUAL-CLIENT.md).
0 commit comments