New App: Hangman
This commit is contained in:
parent
ac3a0ff925
commit
e95450fc33
56
metadata/com.github.darthjoey91.hangman.txt
Normal file
56
metadata/com.github.darthjoey91.hangman.txt
Normal file
|
@ -0,0 +1,56 @@
|
|||
# F-Droid metadata template
|
||||
#
|
||||
# See http://f-droid.org/manual for more details
|
||||
#
|
||||
# Fields that are commented out are optional
|
||||
|
||||
# Disabled: (if an app must vanish from the repo)
|
||||
# AntiFeatures: (comma-separated) (possible values hard-coded in fdroidserver)
|
||||
Categories:Games
|
||||
License:MIT
|
||||
|
||||
Web Site:
|
||||
Source Code:https://github.com/darthjoey91/Hangman-Android
|
||||
Issue Tracker:https://github.com/darthjoey91/Hangman-Android/issues
|
||||
|
||||
# Donate: (web link)
|
||||
# FlattrID: (number)
|
||||
# Bitcoin: (bitcoin address)
|
||||
|
||||
Name:Hangman
|
||||
Summary:English language Hangman game
|
||||
Description:
|
||||
A Hangman game that uses 40000 English words.
|
||||
|
||||
To Play:
|
||||
* Pressing the gallows resets the game.
|
||||
* Pressing the blanks submits a letter.
|
||||
* Wrong letters appear to the right.
|
||||
* Only single characters are allowed to be submitted.
|
||||
|
||||
# Requires Root: Yes (f not having root breaks the app or renders it useless)
|
||||
|
||||
# Repo and Build fields only matter in source-built apps
|
||||
Repo Type:Git
|
||||
Repo:https://github.com/darthjoey91/Hangman-Android.git
|
||||
|
||||
Build:0.1-alpha:
|
||||
commit=v0.1-alpha
|
||||
|
||||
# One for each source build
|
||||
# Build:<version>,<version code>
|
||||
# commit=<tag/commit/rev>
|
||||
# [...]
|
||||
#
|
||||
# For a complete list of flags, see the manual
|
||||
|
||||
# Maintainer Notes:
|
||||
# Here go the notes to take into account for future updates, builds, etc.
|
||||
# Will be published in the wiki if present.
|
||||
# .
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.1-alpha
|
||||
Current Version Code:1
|
||||
|
Loading…
Reference in a new issue