Mindustry/README.md

72 lines
3.1 KiB
Markdown
Raw Normal View History

![Logo](core/assets-raw/sprites/ui/logo.png)
2017-12-10 05:58:34 +07:00
2018-09-26 10:31:45 +07:00
[![Build Status](https://travis-ci.org/Anuken/Mindustry.svg?branch=master)](https://travis-ci.org/Anuken/Mindustry)
2019-10-30 10:06:22 +07:00
[![Discord](https://img.shields.io/discord/391020510269669376.svg)](https://discord.gg/mindustry)
2018-09-26 10:31:45 +07:00
2019-01-14 08:10:43 +07:00
A sandbox tower defense game written in Java.
2017-12-10 05:58:34 +07:00
2018-03-06 05:00:02 +07:00
_[Trello Board](https://trello.com/b/aE2tcUwF/mindustry-40-plans)_
2020-06-15 06:58:19 +07:00
_[Wiki](https://mindustrygame.github.io/wiki)_
2020-06-15 06:58:08 +07:00
_[Javadoc](https://mindustrygame.github.io/docs/)_
2017-12-10 05:58:34 +07:00
2019-11-18 12:55:33 +07:00
### Contributing
See [CONTRIBUTING](CONTRIBUTING.md).
2017-12-10 05:58:34 +07:00
### Building
2020-09-01 08:53:42 +07:00
Bleeding-edge builds are generated automatically for every commit. You can see them [here](https://github.com/Anuken/MindustryBuilds/releases). Old builds might still be on [jenkins](https://jenkins.hellomouse.net/job/mindustry/).
2017-12-22 03:43:30 +07:00
If you'd rather compile on your own, follow these instructions.
2020-06-30 02:30:31 +07:00
First, make sure you have [JDK 14](https://adoptopenjdk.net/) installed. Open a terminal in the root directory, `cd` to the Mindustry folder and run the following commands:
2017-12-10 05:58:34 +07:00
#### Windows
2017-12-10 06:09:34 +07:00
2020-02-11 23:13:26 +07:00
_Running:_ `gradlew.bat desktop:run`
_Building:_ `gradlew.bat desktop:dist`
_Sprite Packing:_ `gradlew.bat tools:pack`
2017-12-10 05:58:34 +07:00
2019-02-09 15:38:30 +07:00
#### Linux/Mac OS
2017-12-10 06:06:09 +07:00
2020-02-06 01:06:16 +07:00
_Running:_ `./gradlew desktop:run`
2020-02-04 03:55:53 +07:00
_Building:_ `./gradlew desktop:dist`
2020-02-04 02:44:54 +07:00
_Sprite Packing:_ `./gradlew tools:pack`
2017-12-10 06:06:09 +07:00
2019-02-22 07:12:07 +07:00
#### Server
2019-02-22 07:12:07 +07:00
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`.
2019-09-12 23:40:52 +07:00
#### Android
1. Install the Android SDK [here.](https://developer.android.com/studio#downloads) Make sure you're downloading the "Command line tools only", as Android Studio is not required.
2020-09-01 08:53:42 +07:00
2. Set the `ANDROID_HOME` environment variable to point to your unzipped Android SDK directory.
2019-09-12 23:40:52 +07:00
3. Run `gradlew android:assembleDebug` (or `./gradlew` if on linux/mac). This will create an unsigned APK in `android/build/outputs/apk`.
2020-08-04 08:57:20 +07:00
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.
2019-09-12 23:40:52 +07:00
##### Troubleshooting
2019-03-13 03:37:32 +07:00
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.*
2017-12-10 06:09:34 +07:00
---
2017-12-10 06:06:09 +07:00
Gradle may take up to several minutes to download files. Be patient. <br>
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.
2017-12-10 05:58:34 +07:00
2020-02-23 07:30:02 +07:00
### Feature Requests
Post feature requests and feedback [here](https://github.com/Anuken/Mindustry-Suggestions/issues/new/choose).
2017-12-10 05:58:34 +07:00
### Downloads
2019-08-30 05:57:54 +07:00
[<img src="https://static.itch.io/images/badge.svg"
alt="Get it on Itch.io"
height="60">](https://anuke.itch.io/mindustry)
2017-12-10 05:58:34 +07:00
2019-08-30 05:57:54 +07:00
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png"
alt="Get it on Google Play"
height="80">](https://play.google.com/store/apps/details?id=io.anuke.mindustry)
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt="Get it on F-Droid"
height="80">](https://f-droid.org/packages/io.anuke.mindustry/)