This project is coded in 4 days for company internal competition.
We used libGDX for OpenGL ES on Android, libgdx stagebuilder which is opensource project, and AppWarp (appwarp.shephertz.com) for multiplayer server
Download App Warp Java SDK from http://www.shephertz.com/downloads/appwarp-downloads.php and extract files.
Add App Warp Client dependency to your local maven repository by running below command
mvn install:install-file -Dfile=App42MultiPlayerGamingSDK.jar -DgroupId=com.shephertz.app42.gaming -DartifactId=multiplayer-client -Dversion=1.5.2 -Dpackaging=jar
Then, clone https://github.com/peakgames/libgdx-stagebuilder project and run below command
mvn install -Dmaven.test.skip
After then, you can open the project by IntelliJ or Eclipse and run BombermanDesktop If you want to run on device, connect your device and run below command
mvn clean install -Pandroid