Skip to content

Latest commit

 

History

History
executable file
·
22 lines (14 loc) · 462 Bytes

File metadata and controls

executable file
·
22 lines (14 loc) · 462 Bytes

Graceful AI

Installation

This project is published to the Sonatype Maven repository. You can integrate the lib into your project by just adding the dependencies to your build.gradle file.

LibGDX

Define the version of this API right after the gdxVersion:

gdxVersion = '1.9.6'
aiVersion = '0.1.0'

Core

compile "com.gracefulcode:ai:$aiVersion"