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
- Host: GitHub
- URL: https://github.com/sollimann/libgdx-kotlin-template
- Owner: Sollimann
- Created: 2020-07-11T12:10:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T19:55:59.000Z (about 5 years ago)
- Last Synced: 2025-03-20T00:01:46.394Z (7 months ago)
- Language: Kotlin
- Size: 590 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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`