mirror of
https://github.com/tiennm99/libGDX-tutorial.git
synced 2026-06-08 14:13:07 +00:00
docs: add README
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user