Skip to content

kendaozinho/libgdx-common

Repository files navigation

libgdx-common

Library used in games created by Lunar Bits.

Prerequisites

  • Java 11.0.2
  • LibGDX 1.11.0

Initialization

gradle desktop:run

Installation

Add the library to the core project inside the build.gradle file located in your project's root folder:

project(":core") {
    apply plugin: "java-library"

    dependencies {
        api "com.badlogicgames.gdx:gdx:$gdxVersion"

        // ...

        implementation "com.github.kendaozinho:libgdx-common:0.0.115" // <-- add this
    }
}

Add the ui folder and the audio folder inside your Android project's assets ( or the core project if it doesn't exist).

Import the payment libs along with the smartphone libs if needed.

Publishing

Maven Local:

rm -rf $HOME/.m2/repository/com/kendao/libgdx/libgdx-common/ && gradle publishToMavenLocal

Mavel Central:

gradle publish

Author

Kenneth Gottschalk de Azevedo

About

Biblioteca utilizada nos jogos criados pela kendao games.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages