Finished

Bomberman is a Android game project, which someone has placed an order with me for. It is a minimalistic project, that presents usage of Android API, libGDX (graphics library) and simple net communication protocol (via Bluetooth).

It is a multiplayer game, designed for two players. One of them must be a host, and the second one has to connect to it.
Communication protocol is very simple, both of players send to each other packets with data about their own movement and TNT placement. There is no encryption nor synchronization implemented.
The second one was not required by client, moreover tests did not show the necessity of implementation of that feature.