Skip to content

Commit

Permalink
Add F-droid metadata and installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jphermans committed Nov 25, 2024
1 parent b9cf109 commit b2eabec
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A clean and modern implementation of the classic 2048 puzzle game.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2048 Game

0 comments on commit b2eabec

Please sign in to comment.