文件名称:java版本电子宠物游戏代码
文件大小:62KB
文件格式:RAR
更新时间:2015-04-16 13:52:55
java 游戏
非常全的java语言写的电子宠物代码,调试可以运行 * * @author Administrator * * 更改所生成类型注释的模板为 窗口 > 首选项 > Java > 代码生成 > 代码和注释 */ public class estate { public estate (String name, int value, int max, int timemax, int grade, String msg1, String msg2) { this.name = name; this.value = value; this.max = max; this.time = timemax; this.timemax = timemax; this.grade = grade; this.flag = true; this.msg1 = msg1; this.msg2 = msg2; } public String getValue () { String Value; Value= String.valueOf (this.value); return Value; } public String getMsg () { String msg; if (flag == true) msg = msg1; else msg = msg2; return msg; } public void playing () { if (value!=0) { if (time <= 0) { time = timemax; value--; } else { --time; } } }
【文件预览】:
Java版电子宠物游戏代码
----hur.cn()
--------Petgame()
--------main_from.gif(724B)
----main_from.gif(724B)