Mindustry

沙盒塔防御游戏。(A sandbox tower defense game.)

Github stars Tracking Chart

用Java编写的沙盒塔防游戏。

Trello Board

维基

构建

每次提交都会自动生成最新的实时构建。你可以在这里看到它们。

如果您想自己编译,请按照以下说明操作。首先,确保安装了 Java 8 和 JDK 8。在根目录中打开终端,cd 到 Mindustry 文件夹并运行以下命令:

Windows

运行:gradlew desktop:run

构建:gradlew desktop:dist

Linux / Mac OS

运行:./gradlew desktop:run

构建:./gradlew desktop:dist

服务器

服务器构建与每个已发布的构建捆绑在一起(在发行版中)。如果您更愿意自己编译,请将“desktop”替换为“server”,例如 gradlew server:dist。

故障排除

如果终端在 Mac/Linux 上返回 Permission denied 或 Command not found,请在运行 ./gradlew 之前运行 chmod +x ./gradlew。这是一个一次性的过程。

Gradle 可能需要几分钟才能下载文件。请耐心点。

构建之后,输出 .JAR 文件应位于桌面构建的 /desktop/build/libs/desktop-release.jar 中,以及用于服务器构建的 /server/build/libs/server-release.jar 中。

Main metrics

Overview
Name With OwnerAnuken/Mindustry
Primary LanguageJava
Program languageJava (Language Count: 6)
PlatformAndroid, iOS, Linux, Mac, Windows
License:GNU General Public License v3.0
所有者活动
Created At2017-04-30 01:24:29
Pushed At2025-04-22 17:23:59
Last Commit At2025-04-22 13:23:53
Release Count163
Last Release Namev148 (Posted on )
First Release Namev33 (Posted on )
用户参与
Stargazers Count23.7k
Watchers Count536
Fork Count3.1k
Commits Count18.9k
Has Issues Enabled
Issues Count4653
Issue Open Count0
Pull Requests Count3746
Pull Requests Open Count28
Pull Requests Close Count2173
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Logo

Build Status
Discord

A sandbox tower defense game written in Java.

Trello Board
Wiki

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 8 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.

Downloads

Feature Requests

Feature Requests