81 lines
1.7 KiB
YAML
81 lines
1.7 KiB
YAML
|
Categories:
|
|||
|
- Games
|
|||
|
License: Apache-2.0
|
|||
|
WebSite: http://www.onyxbits.de/textfiction
|
|||
|
SourceCode: https://github.com/onyxbits/TextFiction
|
|||
|
IssueTracker: https://github.com/onyxbits/TextFiction/issues
|
|||
|
|
|||
|
AutoName: Text Fiction
|
|||
|
Description: |-
|
|||
|
ZPlet based Z-Machine interpreter for playing text-only adventures games. The
|
|||
|
interface is like an SMS app and there’s a list of buttons for common actions as
|
|||
|
well as the ability to select text from the page to be an action.
|
|||
|
|
|||
|
Supports games in Z3, Z5, Z8 format and games can be download in the app.
|
|||
|
Savegames are kept on the sdcard.
|
|||
|
|
|||
|
RepoType: git
|
|||
|
Repo: https://github.com/onyxbits/TextFiction
|
|||
|
|
|||
|
Builds:
|
|||
|
- versionName: '1.2'
|
|||
|
versionCode: 3
|
|||
|
commit: v1.2
|
|||
|
rm:
|
|||
|
- custom_rules.xml
|
|||
|
extlibs:
|
|||
|
- android/android-support-v4.jar
|
|||
|
|
|||
|
- versionName: '2.0'
|
|||
|
versionCode: 4
|
|||
|
commit: v2.0
|
|||
|
rm:
|
|||
|
- custom_rules.xml
|
|||
|
extlibs:
|
|||
|
- android/android-support-v4.jar
|
|||
|
|
|||
|
- versionName: '2.2'
|
|||
|
versionCode: 6
|
|||
|
commit: v2.2
|
|||
|
rm:
|
|||
|
- custom_rules.xml
|
|||
|
extlibs:
|
|||
|
- android/android-support-v4.jar
|
|||
|
|
|||
|
- versionName: '2.4'
|
|||
|
versionCode: 8
|
|||
|
commit: '2.4'
|
|||
|
rm:
|
|||
|
- custom_rules.xml
|
|||
|
extlibs:
|
|||
|
- android/android-support-v4.jar
|
|||
|
|
|||
|
- versionName: '2.5'
|
|||
|
versionCode: 9
|
|||
|
commit: v2.5
|
|||
|
rm:
|
|||
|
- custom_rules.xml
|
|||
|
extlibs:
|
|||
|
- android/android-support-v4.jar
|
|||
|
|
|||
|
- versionName: '2.6'
|
|||
|
versionCode: 10
|
|||
|
commit: v2.6
|
|||
|
rm:
|
|||
|
- custom_rules.xml
|
|||
|
extlibs:
|
|||
|
- android/android-support-v4.jar
|
|||
|
|
|||
|
- versionName: '2.7'
|
|||
|
versionCode: 11
|
|||
|
commit: '2.7'
|
|||
|
rm:
|
|||
|
- custom_rules.xml
|
|||
|
extlibs:
|
|||
|
- android/android-support-v4.jar
|
|||
|
|
|||
|
AutoUpdateMode: Version v%v
|
|||
|
UpdateCheckMode: Tags
|
|||
|
CurrentVersion: '2.7'
|
|||
|
CurrentVersionCode: 11
|