1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-20 12:58:38 +03:00
The automation tower defense RTS
Go to file
Lapis 360494af50
Update bundle_ja.properties (#2046)
* update bundle_ja.properties

* update bundle_ja.properties

* update bundle_ja.properties

* Update bundle_ja.properties

* Update bundle_ja.properties

* Update bundle_ja.properties

* removed experimental tag

* Small fix

* fix typo

* bundle_ja.properties

* Small fix

* Small fix

* Update bundle_ja.properties

* Update bundle_ja.properties

* add waves.guardian

* Fixed setting.atmosphere.name translation

* translation of waves.shields

* Update bundle_ja.properties
2020-07-14 10:37:22 -04:00
.github Update gradle.yml 2020-06-13 10:48:59 -04:00
android Removed useless files 2020-07-10 13:41:09 -04:00
annotations Leg unit movement fixes 2020-07-12 11:34:19 -04:00
core Update bundle_ja.properties (#2046) 2020-07-14 10:37:22 -04:00
desktop Removed references to "phantom" 2020-07-05 11:15:46 -04:00
fastlane More updates for Polish translation + provided Polish changelogs for 104.3+ versions for Android (#2088) 2020-05-19 20:06:22 -04:00
gradle/wrapper Updated Gradle 2020-06-09 08:46:28 -04:00
ios Cleanup 2020-06-15 21:52:51 -04:00
server Removed "on" prefix from all remote methods 2020-07-03 18:48:31 -04:00
tests Removed references to "phantom" 2020-07-05 11:15:46 -04:00
tools Unit name changes 2020-07-10 16:38:19 -04:00
.gitignore Basic schematic based generation 2020-06-05 10:45:57 -04:00
.travis.yml Testing doc script [2] 2020-06-14 18:51:38 -04:00
build.gradle Weapon system refactoring 2020-07-02 22:48:37 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2020-06-06 22:36:19 -04:00
gradle.properties Bugfixes 2020-07-11 10:26:27 -04:00
gradlew Updated Gradle 2020-05-12 12:49:26 -04:00
gradlew.bat Updated to gradle 6.0 2019-11-15 19:48:26 -05:00
LICENSE Create LICENSE 2018-03-21 10:56:28 -04:00
README.md Updated README with JDK 14 suggestion 2020-06-29 15:30:31 -04:00
SERVERLIST.md Oh look, another penny! 💸 2020-02-13 08:57:10 +01:00
servers_be.json Add nydus 6.0 server entry (#1909) 2020-04-25 12:53:58 -04:00
servers.json add Chaotic-Neutral to Community Server List (#2144) 2020-06-07 13:30:41 -04:00
settings.gradle Editor bugfixes / Arbitrary map resizing 2020-06-18 14:24:22 -04:00
TRANSLATING.md Update TRANSLATING.md 2019-09-24 17:56:23 -04:00
update_wiki.sh wiki build script update 2019-08-13 23:53:22 -04:00

Logo

Build Status Discord

A sandbox tower defense game written in Java.

Trello Board
Wiki
Javadoc

Contributing

See CONTRIBUTING.

Building

Bleeding-edge live builds are generated automatically for every commit. You can see them here. Old builds might still be on jenkins.

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.bat desktop:run
Building: gradlew.bat desktop:dist
Sprite Packing: gradlew.bat 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. Create a file named local.properties inside the Mindustry directory, with its contents looking like this: sdk.dir=<Path to Android SDK you just downloaded, without these bracket>. For example, if you're on Windows and installed the tools to C:\tools, your local.properties would contain sdk.dir=C:\\tools (note the double backslashes are required instead of single ones!).
  3. Run gradlew android:assembleDebug (or ./gradlew if on linux/mac). This will create an unsigned APK in android/build/outputs/apk.
  4. (Optional) To debug the application on a connected phone, do gradlew android:installDebug android:run. It is highly recommended to use IntelliJ for this instead, however.
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/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

Get it on Itch.io

Get it on Google Play

Get it on F-Droid