mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-12 06:56:05 +01:00
52 lines
1.8 KiB
YAML
52 lines
1.8 KiB
YAML
AntiFeatures:
|
|
- Ads
|
|
Categories:
|
|
- Games
|
|
License: GPL-3.0-only
|
|
AuthorName: Velbazhd Software LLC
|
|
SourceCode: https://github.com/VelbazhdSoftwareLLC/Scribe4
|
|
IssueTracker: https://github.com/VelbazhdSoftwareLLC/Scribe4/issues
|
|
|
|
AutoName: Scribe4
|
|
Description: |-
|
|
The board, a 9x9 super grid of 3x3 mini grids, is simple enough to be drawn by
|
|
hand. There are two major components of play: a mapping mechanism and a system
|
|
of glyphs, or patterns of orthogonally adjacent squares. The mapping mechanism
|
|
works as follows. Your last move points to the mini grid in which your next move
|
|
must be made. For example, if your last move was in the upper left corner of a
|
|
mini grid, then your next move must be made somewhere in the upper left mini
|
|
grid. The glyph system works as follows. There are 19 named glyphs of various
|
|
sizes from 1 to 9 orthogonally adjacent squares. Glyphs that you form during
|
|
play are worth points. The majority of points scored in a mini grid wins the
|
|
mini grid. The winner of the majority of mini grids wins the game.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/VelbazhdSoftwareLLC/Scribe4
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 110c1971f9e73c46d1f5a2618b77e4281f7d428c
|
|
|
|
- versionName: '1.01'
|
|
versionCode: 2
|
|
commit: 7c5bcb83a4d152c52b9dc0fb1bfca85738a3e606
|
|
subdir: Scribe4
|
|
gradle:
|
|
- yes
|
|
prebuild: sed -i -e '/android {/a lintOptions { checkReleaseBuilds false }' build.gradle
|
|
|
|
- versionName: '1.02'
|
|
versionCode: 3
|
|
commit: 39c44d8b8aae55ab70f2e68ebeed4f5f887014ef
|
|
subdir: Scribe4
|
|
gradle:
|
|
- yes
|
|
prebuild:
|
|
- sed -i -e '/android {/a lintOptions { checkReleaseBuilds false }' build.gradle
|
|
- sed -i -e 's/8.13.0/8.11.1/' ../build.gradle
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.02'
|
|
CurrentVersionCode: 3
|