文件名称:Part5_2
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-06-08
- 文件大小:
- 2kb
- 下载次数:
- 1次
- 提 供 者:
- 陈*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
《星际争霸》的角色设计设计各类种族:
所有种族共有方法接口:
方法—fight, move
Terran特有方法接口:方法—repair
Zerg特有方法接口:方法—recover
Creature抽象类:属性—life;方法—fight(有具体实现)
Terran具体类(还有其他特有属性与方法)
Zerg具体类(还有其他特有属性与方法)另外,XRace种族类方法接口:repair,recover
XRace具体类(还有其他特有属性与方法)-"StarCraft" role design and design all kinds of race:
There are all races interface methods:
Methods-fight, move
Terran unique interface methods: Method-repair
Zerg unique interface methods: Method-recover
Creature abstract class: Attribute-life method-fight (concrete realization)
Terran specific class (there are other unique attributes and methods)
Zerg concrete class (there are other unique attributes and methods) In addition, XRace race class method interfaces: repair, recover
XRace specific class (there are other unique attributes and methods)
所有种族共有方法接口:
方法—fight, move
Terran特有方法接口:方法—repair
Zerg特有方法接口:方法—recover
Creature抽象类:属性—life;方法—fight(有具体实现)
Terran具体类(还有其他特有属性与方法)
Zerg具体类(还有其他特有属性与方法)另外,XRace种族类方法接口:repair,recover
XRace具体类(还有其他特有属性与方法)-"StarCraft" role design and design all kinds of race:
There are all races interface methods:
Methods-fight, move
Terran unique interface methods: Method-repair
Zerg unique interface methods: Method-recover
Creature abstract class: Attribute-life method-fight (concrete realization)
Terran specific class (there are other unique attributes and methods)
Zerg concrete class (there are other unique attributes and methods) In addition, XRace race class method interfaces: repair, recover
XRace specific class (there are other unique attributes and methods)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Part5_2
.......\Creature.java
.......\RaceWay.java
.......\Terran.java
.......\Test.java
.......\XRace.java
.......\Zerg.java