Java Bomberman 02aug2002 review
DownloadJava Bomberman project is a multiplayer game for Java. Instructions First of all start a bomberman server by typing... # jav
|
|
Java Bomberman project is a multiplayer game for Java.
Instructions
First of all start a bomberman server by typing...
# java BombermanServer [-port 1033 -speed 3 -timeout 300]
You can use the -port option to change the default port number.
You the -speed option to change the player speed at game start (default 3). The option -timeout changes the timeout (default 300).
After the server has started successfully you can start several clients by typing...
# java BombermanClient [-name nickname -port 1034
-host 127.0.0.1 -serverport 1033
-quiet
-music
-theme ice
-x 0 -y 0
-c1 16756655 -c2 16776960
-ai BombermanDefaultAI
-i]
Requirements:
Java
Java Bomberman 02aug2002 keywords