2019-04-11 22:52:29 -04:00
2019-04-08 09:03:18 -04:00
2019-04-08 09:03:18 -04:00
2019-04-11 22:52:29 -04:00
2019-04-08 09:03:18 -04:00
2019-04-08 09:03:18 -04:00
2019-04-08 09:03:18 -04:00
2019-04-08 09:03:18 -04:00
2019-04-10 17:47:22 -04:00
2019-04-08 09:03:18 -04:00
2019-04-08 09:03:18 -04:00
2019-04-08 09:03:18 -04:00
2019-03-24 21:54:01 -04:00
2018-03-21 10:56:28 -04:00
2019-03-12 16:37:32 -04:00
2019-04-08 09:03:18 -04:00
2018-08-09 09:47:15 -04:00

Imgur

Build Status Discord

A sandbox tower defense game written in Java.

Trello Board
Wiki

Building

Bleeding-edge live 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 Java 8 and JDK 8 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

Linux/Mac OS

Running: ./gradlew desktop:run
Building: ./gradlew desktop:dist

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.

Troubleshooting

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/desktop-release.jar for desktop builds, and in /server/build/libs/server-release.jar for server builds.

Downloads

Languages
Java 99.3%
GLSL 0.4%
JavaScript 0.2%