X-Git-Url: https://deadsoftware.ru/gitweb?p=cavedroid.git;a=blobdiff_plain;f=README.md;h=b0f75259d51a0543afa1e874894aca6733b2c176;hp=928356654e70f79c953467e5dddd279a9c7854fa;hb=HEAD;hpb=1bad62ea833826720fb222f58de14433dd06d81a diff --git a/README.md b/README.md index 9283566..bf5e371 100644 --- 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)
-# 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)
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 +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`
### Desktop -`./gradlew desktop:assemble`
+To build for Desktop use
+`./gradlew desktop:dist`
*** On Windows, use `gradlew.bat` instead of `./gradlew`