Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.09 KB

alt text MPACK

alt text alt text

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.

Getting started

Linux

Setup
cd path/to/workspace
git clone https://github.com/links234/MPACK.git
cd MPACK
sudo sh scripts/config_linux.sh
Build
make -f "jni/Linux.mk"
Run
./game

License

Apache License 2.0