To show what I have done in the works
× [PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
This time I made the Fighters Universe is the upgrade version of Text Fighter, it has four players, Ho Yin, Justin, Boss Florence and Boss Janice.
I use the "extends" in the BossPlayer class, and it extends by the Player class. For the Boss Player : public void setPower( int power, int difference ) { if ( difference < 0 ) this.power = (power+( difference / 2 )); else this.power = (power+( difference * 2 )); } If they get hurt, their damage will get half, in case, they hit to the other players they will gain a double power. Download the file: 1.BossPlayer.class 2.BossPlayer.java 3.FightersUniverse.class 4.FightersUniverse.java 5.Player.class 6.Player.java You can see the code in here. PR |
Date
Freearea
New Event
(12/18)
(12/11)
(10/25)
(10/25)
(10/18)
Blog Search
|