| Java of Fighters' Universe! 20071212 The follow is my new FighterII of Java Game  1. You should Download the Source Code <LINK>Player <LINK>BossPlayer <LINK>FightersUniverse A sample output of my program as follow:
|
| |
| Java of Fractal Generator! 20071207 The following is my Fractal Generator  reference : <code> <view> My project of Fractal Generator<code>: <View>
|
| |
| Java Of The Simple Fighter! 20071018 The follow is a Simple Game of Java  Play Method: 1. Your should Download the Source Code of the game on your computer Download :<LINK> 2. Open the Command Program 3. Type "javac Fighter.java", press "Enter" button to compile 4. Type "java Fighter", press"Enter" button to run the game A sample output of my java game program as follow:
Rules of the game:
There are two players, each with an initial power of 100. One player attacks the other. The winner, determined by random, receives the difference between the power of the players before the attack. The loser, on the other hand, loses the same amount. For example, consider that Yuki and Ling have 40 and 60 points of power respectively before the attack. If Ling wins the attack, then Yuki's power would become 20, and Ling's power would become 80:
Yuki's power: 40 -> 20 Ling's power: 60 -> 80
If the difference is zero before the attack (i.e. both players have the same power), then use 1 as the difference.
The process is repeated until one player is dead, which occurs when the power becomes negative. End the game and display the power of all the users.
|
| |