Skip to content
Vadim Kirilchuk edited this page Mar 29, 2015 · 6 revisions

Multiplayer BomberMan game.

Futures list:

  • Server-client application(TCP\IP)
  • Multiplatform
  • Server and client writed on Java
  • Chat in game lobby.
  • 2D graphics view on client.
  • Up to 16 players
  • Silly bots included =)
  • Scrolling for big game maps
  • Application has two parts. Client and server. Clients connect to server by TCP\IP protocol. So server must have external ip address, for clients it is not necessary.

After connecting to the server a client can create new game or join to already created game. After game start you will see something like this:

Clone this wiki locally