An open API service indexing awesome lists of open source software.

https://github.com/sollimann/libgdx-kotlin-template

A libgdx Kotlin game development template using Gradle
https://github.com/sollimann/libgdx-kotlin-template

Last synced: 7 months ago
JSON representation

A libgdx Kotlin game development template using Gradle

Awesome Lists containing this project

README

          

## Setup in IntelliJ

###### 1. Open build.gradle

In IntelliJ, configure the project by opening the project from the `build.gradle` file in the root directory.

###### 2. Choose working directory

In edit configuration, choose working directory:

`/*your path*/libgdx/core/assets`

###### 3. Choose classpath of module

`libgdx.desktop.main`

###### 4. Choose JRE version

`Java version 1.8`