資源簡介
java 的project項目,雷霆戰機,多類敵機、多種子彈,有音效,闖關模式,可選擇難度。
代碼片段和文件信息
package?game;
//敵機1,戰斗力最弱的一種敵機,只能直線移動,擊中只是獲得更高的成績
public?class?EnermyA?extends?Flyingobject{
EnermyA(int?xint?y){
super(xy3030Imageload.enermyAP);
}
@Override
public?void?move(long?time)?{????????????????????????????//敵機的移動?time用來控制速度比其子彈慢
//?TODO?Auto-generated?method?stub
if(time%80==0)
y+=5;
}
public?EnermyBullet?Fire(){
EnermyBullet?b=new?EnermyBullet(x+15y+30);??????????//將子彈放到敵機中間
return?b;
}
????
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-11-16?22:17??Raiden\
?????文件?????????301??2014-11-08?22:33??Raiden\.classpath
?????文件?????????382??2014-11-08?22:33??Raiden\.project
?????目錄???????????0??2014-11-16?22:17??Raiden\.settings\
?????文件?????????598??2014-11-08?22:33??Raiden\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2014-11-16?22:17??Raiden\bin\
?????文件??????278215??2014-11-08?22:33??Raiden\bin\bgg.png
?????文件????13764044??2014-11-08?22:33??Raiden\bin\bgmusic.wav
?????文件????????2722??2014-11-08?22:33??Raiden\bin\bomb.png
?????文件???????64444??2014-11-08?22:33??Raiden\bin\eamusic.wav
?????文件??????110444??2014-11-08?22:33??Raiden\bin\ebmusic.wav
?????文件??????128844??2014-11-08?22:33??Raiden\bin\ecmusic.wav
?????文件???????19144??2014-11-08?22:33??Raiden\bin\enermyA.png
?????文件???????19031??2014-11-08?22:33??Raiden\bin\enermyB.png
?????文件???????19523??2014-11-08?22:33??Raiden\bin\enermyC.png
?????文件???????18018??2014-11-08?22:33??Raiden\bin\enermybullet.png
?????目錄???????????0??2014-11-16?22:17??Raiden\bin\game\
?????文件?????????776??2014-11-08?22:33??Raiden\bin\game\EnermyA.class
?????文件?????????856??2014-11-08?22:33??Raiden\bin\game\EnermyB.class
?????文件?????????603??2014-11-08?22:33??Raiden\bin\game\EnermyBullet.class
?????文件?????????856??2014-11-08?22:33??Raiden\bin\game\EnermyC.class
?????文件?????????850??2014-11-08?22:33??Raiden\bin\game\Flyingob
?????文件?????????897??2014-11-08?22:33??Raiden\bin\game\Gamefr
?????文件????????8421??2014-11-08?22:33??Raiden\bin\game\Gamepanel$1.class
?????文件?????????988??2014-11-08?22:33??Raiden\bin\game\Gamepanel$2.class
?????文件?????????765??2014-11-08?22:33??Raiden\bin\game\Gamepanel$3.class
?????文件???????12205??2014-11-08?22:33??Raiden\bin\game\Gamepanel.class
?????文件?????????571??2014-11-08?22:33??Raiden\bin\game\Gift.class
?????文件????????1512??2014-11-08?22:33??Raiden\bin\game\Hero.class
?????文件?????????595??2014-11-08?22:33??Raiden\bin\game\HeroBullet.class
?????文件????????1123??2014-11-08?22:33??Raiden\bin\game\Imageload.class
............此處省略35個文件信息
- 上一篇:基于android的網上商城
- 下一篇:oracle12C驅動包
評論
共有 條評論