The automation tower defense RTS
Go to file
GaviTSRA 02e68d27a3
Added TSR Hub to serverlist (#4965)
* Added TSR Hub to serverlist

* Update servers_v6.json

Co-authored-by: Patrick 'Quezler' Mounier <Quezler@me.com>

* Update servers_v6.json

Co-authored-by: Patrick 'Quezler' Mounier <Quezler@me.com>

* Updated hub ip

Co-authored-by: Patrick 'Quezler' Mounier <Quezler@me.com>
2021-04-02 10:37:58 -04:00
.github Update bug_report.md 2021-03-16 18:26:19 -04:00
android Kill Android app on exit (Arc) 2021-03-18 15:39:26 -04:00
annotations Removed unnecessary dispose() 2021-03-18 16:14:53 -04:00
core Long support for UI.formatAmount 2021-04-01 09:27:36 -04:00
desktop Skip invalid lobbies 2021-03-31 09:52:31 -04:00
fastlane Fixed rare schematic crash 2021-03-29 15:06:06 -04:00
gradle/wrapper Gradle update / Mech animation fixes / Formation movement tweaks 2021-03-04 13:40:50 -05:00
ios copyNatives before iOS copyAssets 2021-03-30 10:42:51 -04:00
server un-escape \n for string configs. (#5042) 2021-04-01 09:14:20 -04:00
tests
tools Pack effect icons in UI spritesheet 2021-03-27 22:12:47 -04:00
.gitignore
build.gradle Buildscript cleanup 2021-03-24 12:41:50 -04:00
CONTRIBUTING.md
gradle.properties Skip invalid lobbies 2021-03-31 09:52:31 -04:00
gradlew
gradlew.bat
ISSUES.md
jitpack.yml
LICENSE
README.md Make status colors the same (#4719) 2021-02-18 10:24:52 -05:00
SERVERLIST.md Added guidelines for inappropriate server content 2021-02-22 09:04:22 -05:00
servers_be.json
servers_v6.json Added TSR Hub to serverlist (#4965) 2021-04-02 10:37:58 -04:00
servers.json Remove dead servers from v5 server list (#4858) 2021-03-05 11:59:44 -05:00
settings.gradle
TRANSLATING.md

Logo

Build Status Discord

A sandbox tower defense game written in Java.

Trello Board
Wiki
Javadoc

Contributing

See CONTRIBUTING.

Building

Bleeding-edge builds are generated automatically for every commit. You can see them here.

If you'd rather compile on your own, follow these instructions. First, make sure you have JDK 14 installed. Open a terminal in the root directory, cd to the Mindustry folder and run the following commands:

Windows

Running: gradlew desktop:run
Building: gradlew desktop:dist
Sprite Packing: gradlew tools:pack

Linux/Mac OS

Running: ./gradlew desktop:run
Building: ./gradlew desktop:dist
Sprite Packing: ./gradlew tools:pack

Server

Server builds are bundled with each released build (in Releases). If you'd rather compile on your own, replace 'desktop' with 'server', e.g. gradlew server:dist.

Android

  1. Install the Android SDK here. Make sure you're downloading the "Command line tools only", as Android Studio is not required.
  2. Set the ANDROID_HOME environment variable to point to your unzipped Android SDK directory.
  3. Run gradlew android:assembleDebug (or ./gradlew if on linux/mac). This will create an unsigned APK in android/build/outputs/apk.

To debug the application on a connected phone, run gradlew android:installDebug android:run.

Troubleshooting

Permission Denied

If the terminal returns Permission denied or Command not found on Mac/Linux, run chmod +x ./gradlew before running ./gradlew. This is a one-time procedure.


Gradle may take up to several minutes to download files. Be patient.
After building, the output .JAR file should be in /desktop/build/libs/Mindustry.jar for desktop builds, and in /server/build/libs/server-release.jar for server builds.

Feature Requests

Post feature requests and feedback here.

Downloads