X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=README.md;h=6ce9231c1ab4a80818b60b0cc4ec4edcead5533f;hb=47a220e29bea530ffab9ca8d9efcc13a7e0610f3;hp=ec43d0f65824cd6b6e0d71b72dc3b7c57d2bdcdb;hpb=be2c0360e90fbeb3496e3960fe5aa1c30fd8926c;p=cavedroid.git diff --git a/README.md b/README.md index ec43d0f..6ce9231 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ -# 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) +[![Releases](https://img.shields.io/github/release/fredboy/cavedroid.svg)](https://github.com/fredboy/cavedroid/releases/latest)
2D Minecraft clone for Android and Desktop.
Written in Java using libGDX framework.
+## Binary releases +You can download apk and jar from here:
+ ## Build instructions ### Android +To build for Android use
`./gradlew android:assemble`
### Desktop +To build for Desktop use
`./gradlew desktop:dist`
*** On Windows, use `gradlew.bat` instead of `./gradlew`