mirror of
https://github.com/tiennm99/libGDX-tutorial.git
synced 2026-06-09 20:13:42 +00:00
18 lines
331 B
Markdown
18 lines
331 B
Markdown
# libGDX-tutorial
|
|
|
|
Learning materials and sample code for libGDX game development in Java.
|
|
|
|
Multi-module Gradle project with android, desktop, and html targets.
|
|
|
|
## Run
|
|
|
|
```bash
|
|
./gradlew desktop:run # desktop launcher
|
|
./gradlew html:superDev # web (GWT)
|
|
./gradlew android:installDebug # android
|
|
```
|
|
|
|
## License
|
|
|
|
Apache-2.0
|