你贏不了的Java Game…

Posted On 十二月 15, 2007

歸檔於 Uncategorized

Comments Dropped 2 responses

按此下載

開始:
把檔案重新命名為Game.java,然後把它complie,run.
玩法:
這裡有二十顆星星,玩家與電腦輪流拿取1-4顆星星,拿到最後那顆星星的一方得勝。

現在還是沒有人能贏……你可以嗎~?嘿嘿嘿………

Java Fighters’ Universe

Posted On 十二月 12, 2007

歸檔於 Uncategorized

Comments Dropped leave a response

File 1

File 2

File 3

It is my second project, Java Fighters’ Universe. For playing this game, download the three files and rename them to “.java”.

i.e. FightersUniverse.java , BossPlayer.java , Player.java

After that,  complie the three files,

i.e. javac FightersUniverse.java BossPlayer.java Player.java

and then run the FightersUniverse.class.

i.e. java FightersUniverse

Here is a sample, of course it is edited, the window is not large enough to catch this picture, so I mixed up, I hope you don’t mind.

sample.jpg

In my game, there are four player,( Boss Joey, Boss Rain, Xandra, HZ), they are my best friends’ name! HAHA~!

It is not a funny game, as my first project. Only can test your luck.