文件名称:Numberguess
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 35kb
- 下载次数:
- 0次
- 提 供 者:
- Zhan*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
猜数字的小游戏
游戏后台运行一个服务器软件,游戏者通过客户端程序登陆后,服务器随机产生一个1—100之间的随机数供游戏者猜,游戏者从客户端输入一个数值,如果该数比设定的数大,软件提示:“大了”,如果小,软件提示“小了”,若相等返回“猜对了,你共猜了*次”。服务器同时记录并维护一个游戏玩家的TOP10排行榜,供玩家查询。-Number guessing game game running in the background a server software, after landing of the game through the client program, the server randomly generated random number between 1-100 for the player to guess the game from the client to enter a value, if the number of larger than the set number, the software prompts: " big" , if small, the software prompts " small" if equal return " guess, you guess the*. The server at the same time recording and maintaining a gamer the TOP10 list for players query.
游戏后台运行一个服务器软件,游戏者通过客户端程序登陆后,服务器随机产生一个1—100之间的随机数供游戏者猜,游戏者从客户端输入一个数值,如果该数比设定的数大,软件提示:“大了”,如果小,软件提示“小了”,若相等返回“猜对了,你共猜了*次”。服务器同时记录并维护一个游戏玩家的TOP10排行榜,供玩家查询。-Number guessing game game running in the background a server software, after landing of the game through the client program, the server randomly generated random number between 1-100 for the player to guess the game from the client to enter a value, if the number of larger than the set number, the software prompts: " big" , if small, the software prompts " small" if equal return " guess, you guess the*. The server at the same time recording and maintaining a gamer the TOP10 list for players query.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Numberguess
...........\.classpath
...........\.project
...........\.settings
...........\.........\org.eclipse.jdt.core.prefs
...........\bin
...........\...\cn
...........\...\..\Numberguess
...........\...\..\...........\Client.class
...........\...\..\...........\ClientUI$Connect$1.class
...........\...\..\...........\ClientUI$Connect$2.class
...........\...\..\...........\ClientUI$Connect.class
...........\...\..\...........\ClientUI$connect_action.class
...........\...\..\...........\ClientUI$exit_action.class
...........\...\..\...........\ClientUI$ListDlg.class
...........\...\..\...........\ClientUI$list_action.class
...........\...\..\...........\ClientUI$List_Model.class
...........\...\..\...........\ClientUI$ReceiveServerMsgThread.class
...........\...\..\...........\ClientUI$send_action.class
...........\...\..\...........\ClientUI.class
...........\...\..\...........\Server.class
...........\...\..\...........\ServerUI$ReceiveClientMsgThread$1.class
...........\...\..\...........\ServerUI$ReceiveClientMsgThread.class
...........\...\..\...........\ServerUI$ServerThread.class
...........\...\..\...........\ServerUI$start_action.class
...........\...\..\...........\ServerUI.class
...........\...\..\...........\TablePanel.class
...........\...\..\...........\Table_Model.class
...........\...\..\...........\UserInfo.class
...........\src
...........\...\cn
...........\...\..\Numberguess
...........\...\..\...........\Client.java
...........\...\..\...........\ClientUI.java
...........\...\..\...........\Server.java
...........\...\..\...........\ServerUI.java
...........\...\..\...........\UserInfo.java