Prosta4okua 690580c57d Update bundle_ru.properties (#363)
* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* From PL Beryllium

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

RIP

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties

* Update bundle_ru.properties
2019-02-25 20:36:55 -07:00
a
2019-02-17 01:36:46 -05:00
2019-02-08 16:29:10 -05:00
2019-02-25 20:36:55 -07:00
2019-01-12 16:55:24 -05:00
2018-11-23 10:21:47 -05:00
2019-02-21 19:12:07 -05:00
2019-01-27 12:31:14 -05: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.


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%