From ea8f6a86dd7a7bd39fd4c5c9e3b3c27ddfea1745 Mon Sep 17 00:00:00 2001 From: Tien Nguyen Minh Date: Mon, 11 May 2026 17:04:14 +0700 Subject: [PATCH] docs: add README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..300582e --- /dev/null +++ b/README.md @@ -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