Bomberman
Bomberman is a game a classmate and I wrote for our Operating Systems (CSC 460) final project. It emulates the classic Bomberman, but with a twist. It’s multiplayer! This game will support up to 16 networked players. Requires Java 1.5.x.
Starting the server:
java -jar BombermanServer.jar [UDP port] [map] [game start delay]
Starting the client:
java -jar BombermanClient.jar [server] [UDP port] [player name] [team name]