MPACK is intended to be a cross-platform starting point for 2D games running on Windows, Linux and Android. Core engine is written in C++ and OpenGL/ES but there is also Java for Android specifics (Google Services) and bash for scripting.
Full feature list can be found here.
cd path/to/workspace
git clone https://github.com/links234/MPACK.git
cd MPACK
sudo sh scripts/config_linux.sh
make -f "jni/Linux.mk"
./game