Jaga is a 2D/3D free and open-source game development framework written in Java. It facilitates the development of Android games on the same codebase. Jaga does not force a coding style or particular design on you. Instead, it gives you the freedom to develop a game the way you like it. With Jaga, you can develop Android games with a significantly smaller size compared to other frameworks and engines.
* git clone git://github.com/ak811/jaga.git
* File -> Open -> Jaga root build.gradle
* Import the project
* Wait until everything is synced and indexed
* Make sure the Gradle sync succeeds
* If you set everything up correctly, you can try to run the sample Dragon game on your Android phone.
* The documentation will be provided soon.