Skip to content
/ jaga Public

An Android 2D/3D Game Development Framework

Notifications You must be signed in to change notification settings

ak811/jaga

Repository files navigation

Jaga

An Android 2D/3D Game Development Framework


Overview

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.


Getting Started

1. Fork Jaga and clone the repository:

* git clone git://github.com/ak811/jaga.git

2. Import the project via Android Studio:

* File -> Open -> Jaga root build.gradle
* Import the project
* Wait until everything is synced and indexed
* Make sure the Gradle sync succeeds

3. Done!

* 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.

Samples

The following are some examples of games developed using this framework:

  • Talisman

Talisman.mp4

  • Keshmesh

Keshmesh.mp4

  • Lubia

Lubia.mp4