Skip to content

A library that contains some usefull utilities for game creating with LibGDX in Java

License

Notifications You must be signed in to change notification settings

KleeSup/CloverGdxUtils

Repository files navigation

CloverGdxUtils

An utility package for LibGDX game library (Java). Made by KleeSup with <3

Gradle implementation Release

Add gradle repository:

allprojects {
    repositories {
      ...
      maven { url 'https://jitpack.io' }
    }
}

Add gradle dependency:

dependencies {
    implementation 'com.github.KleeSup:CloverGdxUtils:VERSION'
}

About

A library that contains some usefull utilities for game creating with LibGDX in Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages