📄 readme
字号:
This directory contains the source code for the Game Server from chapter 6 of the book.A few notes:- don't put this code in a dir with spaces in the pathname. eg: on windows put it in "c:\javagamebook", not "c:\Documents and Settings\"- when connecting to the server on the same machine as the client, you must use the machine's actual IP address, not "localhost" or the loopback address (127.0.0.1)To build:$ antTo run:Use the shell scripts in the bin dir, eg:./bin/server.sh./bin/client.sh <server_ip> <username>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -