docs: add README

This commit is contained in:
2026-05-11 17:04:14 +07:00
parent b3577fb0b8
commit ea8f6a86dd
+17
View File
@@ -0,0 +1,17 @@
# 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