X-Git-Url: https://deadsoftware.ru/gitweb?p=cavedroid.git;a=blobdiff_plain;f=README.md;h=bb6a09993610d641481f70bb4837bae704ced7df;hp=a0d220ed913f6496c7797519cf4a17d3c3e4623c;hb=HEAD;hpb=148ebb8cf65607c3fa4cfb620c6063d2080b817c diff --git a/README.md b/README.md index a0d220e..bf5e371 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,20 @@ -# CaveCraft -[![Build Status](https://travis-ci.org/fredboy/cavecraft.svg?branch=master)](https://travis-ci.org/fredboy/cavecraft) -[![Releases](https://img.shields.io/github/release/fredboy/cavecraft.svg)](https://github.com/fredboy/cavecraft/releases/latest)
+# 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)
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 here:
+ ## Build instructions -### Requierments -android-sdk 20 -build-tools 25.0.0 -jdk 1.8.0_161 +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`