From b2eabec3ca256b05156cb5bf3b27d7efcb0a49c8 Mon Sep 17 00:00:00 2001 From: macfreaker Date: Mon, 25 Nov 2024 19:33:02 +0100 Subject: [PATCH] Add F-droid metadata and installation instructions --- README.md | 18 ++++++++++++++++++ .../android/en-US/full_description.txt | 18 ++++++++++++++++++ .../android/en-US/short_description.txt | 1 + fastlane/metadata/android/en-US/title.txt | 1 + 4 files changed, 38 insertions(+) create mode 100644 fastlane/metadata/android/en-US/full_description.txt create mode 100644 fastlane/metadata/android/en-US/short_description.txt create mode 100644 fastlane/metadata/android/en-US/title.txt diff --git a/README.md b/README.md index ffad72a..bed0704 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,24 @@ A modern implementation of the classic 2048 puzzle game for Android devices, bui 5. The game is won when a tile with the value 2048 is created 6. The game is over when no more moves are possible +## Installation + +### F-droid +To install from F-droid: +1. Open F-droid and search for "2048 Game" +2. Click Install + +### Obtainium +To install using Obtainium: +1. Open Obtainium +2. Add new app +3. Select "GitHub" +4. Enter repository URL: `YOUR_GITHUB_REPO_URL` +5. Select the latest release + +### Manual Installation +Download the latest APK from the [Releases](../../releases) page. + ## Technical Details - Built with Kotlin diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt new file mode 100644 index 0000000..f8f8f6a --- /dev/null +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -0,0 +1,18 @@ +2048 is an engaging puzzle game where you combine numbered tiles by sliding them in different directions. The goal is to reach the 2048 tile! + +Features: +• Smooth swipe controls for easy gameplay +• Score tracking with high score persistence +• Clean, modern material design UI +• Multiple merges in a single move +• Game state persistence +• Responsive grid layout + +How to Play: +1. Swipe in any direction (up, down, left, right) to move all tiles +2. When two tiles with the same number touch, they merge into one tile with the sum of their values +3. After each move, a new tile with a value of 2 or 4 appears +4. Try to create a tile with the value 2048 to win! +5. The game is over when no more moves are possible + +This is a free and open source implementation of the classic 2048 game, built with modern Android development practices. diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt new file mode 100644 index 0000000..7465959 --- /dev/null +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -0,0 +1 @@ +A clean and modern implementation of the classic 2048 puzzle game. diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt new file mode 100644 index 0000000..695d3a6 --- /dev/null +++ b/fastlane/metadata/android/en-US/title.txt @@ -0,0 +1 @@ +2048 Game