Mindustry

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

Github星跟蹤圖

用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 中。

主要指標

概覽
名稱與所有者Anuken/Mindustry
主編程語言Java
編程語言Java (語言數: 6)
平台Android, iOS, Linux, Mac, Windows
許可證GNU General Public License v3.0
所有者活动
創建於2017-04-30 01:24:29
推送於2025-06-09 21:08:22
最后一次提交2025-06-09 17:08:18
發布數164
最新版本名稱v149 (發布於 )
第一版名稱v33 (發布於 )
用户参与
星數24.1k
關注者數537
派生數3.1k
提交數19.1k
已啟用問題?
問題數4747
打開的問題數1
拉請求數3790
打開的拉請求數56
關閉的拉請求數2207
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

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