The automation tower defense RTS
Go to file
Nunting 3db6637e9f
Update bundle_ko.properties (#6763)
* Update bundle_ko.properties

* Update bundle_ko.properties

* Update bundle_ko.properties

* Update bundle_ko.properties

Co-authored-by: Anuken <arnukren@gmail.com>
2022-05-10 18:56:56 -04:00
.github Update push.yml 2022-03-28 11:33:27 -04:00
android Logic fixes / Bigger erekir sectors 2022-02-13 11:09:27 -05:00
annotations Fixed OpenGL vertex arrays / Fixed bullet shrink crop 2022-05-10 13:12:12 -04:00
core Update bundle_ko.properties (#6763) 2022-05-10 18:56:56 -04:00
desktop Minor workshop fixes 2022-04-17 11:08:51 -04:00
fastlane
gradle/wrapper Crash fix 2022-04-27 12:54:32 -04:00
ios Possible iOS sharing fix 2022-02-22 19:28:15 -05:00
server Misc polish stuff 2022-04-17 17:12:01 -04:00
tests the refactoring continues 2022-02-22 13:33:55 -05:00
tools Fixed OpenGL vertex arrays / Fixed bullet shrink crop 2022-05-10 13:12:12 -04:00
.gitignore
build.gradle Delta fix 2022-05-02 22:41:37 -04:00
CONTRIBUTING.md I have not checked my email in a month 2022-01-31 14:46:18 -05:00
gradle.properties Tech tree restructuring 2022-05-10 16:01:49 -04:00
gradlew
gradlew.bat
ISSUES.md
jitpack.yml
LICENSE
README.md
SERVERLIST.md
servers_be.json
servers_v6.json add omega network back (#6810) 2022-05-10 18:12:32 -04:00
servers_v7.json Update servers_v7.json (#6756) 2022-05-06 19:13:55 -04: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 16-17 installed. Other JDK versions will not work. Open a terminal in the Mindustry directory 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