Request for Packaging - Idle Fantasy
* [x] The app complies with the [inclusion criteria](https://f-droid.org/docs/Inclusion_Policy/?title=Inclusion_Policy). * [x] The app is not already [listed](https://gitlab.com/search?scope=issues&group_id=28397) in the repo or issue tracker. * [x] The app has not already [been requested](https://gitlab.com/search?scope=issues&project_id=2167965) * [x] The upstream app source code repo contains the app metadata _(summary/description/images/changelog/etc)_ in a [Fastlane](https://gitlab.com/snippets/1895688) or [Triple-T](https://gitlab.com/snippets/1901490) folder structure * [x] The original app author has been notified, and does not oppose the inclusion. * [x] Optionally [donated](https://f-droid.org/donate/) to support the maintenance of this app in F-Droid. --- This issue tracker is meant for anyone to get an automated review to start the process of getting an app included. Opening issues here does not guarantee that the app will be reviewed or packaged. If you are looking to submit an app to F-Droid, please [open an merge request](https://gitlab.com/fdroid/fdroiddata/-/blob/master/CONTRIBUTING.md) instead. The first step is to find the app's [_Application ID_](https://developer.android.com/studio/build/application-id.html). This is usually the same as the app's _Package Name_. You will find it in files called _AndroidManifest.xml_ or _build.gradle_ most of the time. You can also see it in the URLs for the app's page in various app stores. Write it here: #### APPLICATION ID: com.tristinbaker.idlefantasy Below is a template "metadata file" to fill out, it has only the required fields. F-Droid uses this file to build and publish the app. [Build Metadata Reference](https://f-droid.org/docs/Build_Metadata_Reference) documents all available options. Add values after the colon ```yaml # Categories (one per line, each starting with a space and a minus), chosen from the # official list: https://f-droid.org/docs/Build_Metadata_Reference/#Categories Categories: - Games # the one license that the whole app is available under, use # https://spdx.org/licenses/ short identifiers, must be # floss-compatible FSF and/or OSI approved. License: # You can provide details on how to contact the author. These are optional, but # nice to have. AuthorName: Tristin Baker AuthorEmail: tristinbaker@protonmail.com AuthorWebSite: # A URL for the project's website, and to the source code repository to visit # using a web browser. WebSite is optional. WebSite: https://github.com/tristinbaker/IdleFantasy SourceCode: https://github.com/tristinbaker/IdleFantasy # A link to the issue tracker where bugs are reported IssueTracker: https://github.com/tristinbaker/IdleFantasy/issues # If available, you can also provide links/IDs for donations. Donate: https://liberapay.com/tristinbaker_/ Bitcoin: LiberaPay: tristinbaker_ # Name of the application AutoName: Idle Fantasy # Repository details to be used by VCS (Version Control Systems) # git, git-svn, svn, hg or bzr RepoType: git # source code repo URL (HTTPS required) Repo: https://github.com/tristinbaker/IdleFantasy ``` Why do you want this app added to F-Droid: > I enjoy playing Idle Games, and there really isn't a game like this on F-Droid yet. I wrote this originally as a Discord App, but converted it to an Android app to hopefully fill a void in F-Droid. Summary: > Offline idle RPG. Train skills, fight dungeons, craft gear. Description: > Idle Fantasy is a free and open source offline idle RPG inspired by classic MMORPGs. Train skills, fight in dungeons, craft gear, and complete quests. No internet connection, account, or ads required. > > **Features** > > • **14 trainable skills**: Mining, Fishing, Woodcutting, Firemaking, Agility, Runecrafting, Smithing, Cooking, Fletching, Crafting, Prayer, Attack, Strength, Defense, Ranged, Magic, Hitpoints > > • **Session-based training**: Start a session and close the app. Come back up to an hour later to collect your loot and XP. Agility reduces session time. > > • **12 dungeons**: Fight solo bosses and enemies to earn combat XP, coins, and rare drops. Equip weapons and armour to deal more damage. > > • **Crafting system**: Smelt bars, cook fish, fletch bows and arrows, craft jewelry. Consume gathered materials and earn XP and items. > > • **Prayer**: Bury bones collected from combat to earn Prayer XP. > > • **Equipment system**: Equip weapons, armor, tools, and jewelry to boost stats and skill efficiency. > > • **Quest system**: 100+ quests spanning all skills. Earn XP rewards on completion. > > • **Pet system**: Rare pets can drop while training skills. Each pet provides a permanent XP boost to their linked skill. > > • **Achievements**: Track milestones across levelling, combat, quests, and collections. > > • **NPC Shop**: Buy supplies and sell your gathered resources for coins. > > • **No ads. No accounts. No internet required.** Your save data stays on your device. > > Idle Fantasy is free software released under the GPL-3.0 licence. Source code is available on the project repository.
issue