A tower defence game. Based on the trojan war. Build with libGDX. Currently supported platforms: Mac, Windows, Linux.
On Desktop, open the jar file with java (preferred version 11) or run java -jar [filename]
.
For android, move the apk file to your phone and open in.
For browsers, download the zip file, unzip it and open the html file with your preferred browser.
Compiling from source is really easy as explained below.
git clone https://github.com/quiode/TroyTD
gh repo clone https://github.com/quiode/TroyTD
./gradlew desktop:dist
desktop/build/libs/
java -jar [filename]
)
./gradlew android:assembleRelease
android/build/outputs/apk
./gradlew html:dist
html/build/dist/