readme.txt

来自「網路連線圈圈叉叉...... 可以互相連線」· 文本 代码 · 共 33 行

TXT
33
字号

TicTacToe usage:

to run the program, type either

java TicTacToe

or

java TicTacToe <hostname>

if no hostname is given, the program will wait for a connection from another machine.

If a hostname or IP address is given, it will try to connect to the TicTacToe program running there.

You could always practice by trying

java TicTacToe

then

java TicTacToe 127.0.0.1
or
java TicTacToe localhost

Then you would be playing against yourself on the one machine.

Enjoy!




⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?