X-Git-Url: http://deadsoftware.ru/gitweb?p=cavedroid.git;a=blobdiff_plain;f=README.md;h=b0f75259d51a0543afa1e874894aca6733b2c176;hp=bb6a09993610d641481f70bb4837bae704ced7df;hb=HEAD;hpb=85b7cb96125bdb935ecfe9b714bb2ef56cfb6983 diff --git a/README.md b/README.md index bb6a099..bf5e371 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,20 @@ # CaveDroid -[![Build Status](https://travis-ci.org/fredboy/cavedroid.svg?branch=master)](https://travis-ci.org/fredboy/cavedroid) -[![Releases](https://img.shields.io/github/release/fredboy/cavedroid.svg)](https://github.com/fredboy/cavedroid/releases/latest)
+[![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)
2D Minecraft clone for Android and Desktop.
Written in Java using libGDX framework.
+
+ Screenshot + +![Screenshot](https://fredboy.ru/pub/cavedroid/screenshot.png) + +
+ ## Binary releases -You can download apk and jar from ftp:
-[ftp://fredboy.ru/pub/cavedroid/](https://fredboy.ru/ftp/pub/cavedroid/) +You can download apk and jar from here:
+ ## Build instructions +You need to publish [my ksp processor](https://github.com/fredboy/automultibind) to mavenLocal repository first. ### Android To build for Android use
`./gradlew android:assemble`