DEADSOFTWARE

Add my repo for automultibind
[cavedroid.git] / README.md
index 928356654e70f79c953467e5dddd279a9c7854fa..bf5e3713ed7512add61b4810b1329da1eeedbe7e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,12 +1,26 @@
-[![Build Status](https://travis-ci.org/fredboy/cavecraft.svg?branch=master)](https://travis-ci.org/fredboy/cavecraft) <br>
-# CaveCraft
+# CaveDroid
+[![Android CI](https://github.com/fredboy/cavedroid/actions/workflows/android.yml/badge.svg)](https://github.com/fredboy/cavedroid/actions/workflows/android.yml)
+[![GitHub Tag](https://img.shields.io/github/v/tag/fredboy/cavedroid)](https://github.com/fredboy/cavedroid/tags) <br>
 2D Minecraft clone for Android and Desktop. <br>
 Written in Java using libGDX framework. <br>
+<details>
+  <summary>Screenshot</summary>
+
+![Screenshot](https://fredboy.ru/pub/cavedroid/screenshot.png)
+
+</details>
+
+## Binary releases
+You can download apk and jar from here: <br>
+<https://fredboy.ru/pub/cavedroid/>
 ## Build instructions
+You need to publish [my ksp processor](https://github.com/fredboy/automultibind) to mavenLocal repository first.
 ### Android
+To build for Android use <br>
 `./gradlew android:assemble` <br>
 ### Desktop
-`./gradlew desktop:assemble` <br>
+To build for Desktop use <br>
+`./gradlew desktop:dist` <br>
 ***
 On Windows, use `gradlew.bat` instead of `./gradlew`