DEADSOFTWARE

Update version
[cavedroid.git] / README.md
1 # CaveDroid
2 [![Android CI](https://github.com/fredboy/cavedroid/actions/workflows/android.yml/badge.svg)](https://github.com/fredboy/cavedroid/actions/workflows/android.yml)
3 [![GitHub Tag](https://img.shields.io/github/v/tag/fredboy/cavedroid)](https://github.com/fredboy/cavedroid/tags) <br>
4 2D Minecraft clone for Android and Desktop. <br>
5 Written in Java using libGDX framework. <br>
6 ## Binary releases
7 You can download apk and jar from here: <br>
8 <https://fredboy.ru/pub/cavedroid/>
9 ## Build instructions
10 ### Android
11 To build for Android use <br>
12 `./gradlew android:assemble` <br>
13 ### Desktop
14 To build for Desktop use <br>
15 `./gradlew desktop:dist` <br>
16 ***
17 On Windows, use `gradlew.bat` instead of `./gradlew`