readme
来自「Developing Games in Java 源代码」· 代码 · 共 20 行
TXT
20 行
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 + =
减小字号Ctrl + -
显示快捷键?