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-04-22 17:23:59
最后一次提交2025-04-22 13:23:53
发布数163
最新版本名称v148 (发布于 )
第一版名称v33 (发布于 )
用户参与
星数23.7k
关注者数536
派生数3.1k
提交数18.9k
已启用问题?
问题数4653
打开的问题数0
拉请求数3746
打开的拉请求数28
关闭的拉请求数2173
项目设置
已启用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