44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
|
Categories:
|
||
|
- Games
|
||
|
License: Apache-2.0
|
||
|
WebSite: http://www.onyxbits.de/pocketbandit
|
||
|
SourceCode: https://github.com/onyxbits/pocketbandit
|
||
|
IssueTracker: https://github.com/onyxbits/pocketbandit/issues
|
||
|
|
||
|
AutoName: Pocket Bandit
|
||
|
Description: |-
|
||
|
A comic style slot machine game. The game is modelled after the classic, three
|
||
|
reel, ten stops slot machines, made popular by Mills Novelty. Unlike its
|
||
|
mechanical cousins, Pocket Bandit is not entirely luck based, but also offers
|
||
|
elements of skill and strategy game play. Pull the lever to spin the reels and
|
||
|
push it up to stop them spinning.
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/onyxbits/pocketbandit.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '1.1'
|
||
|
versionCode: 2
|
||
|
commit: 62dc5d59
|
||
|
extlibs:
|
||
|
- libgdx/libgdx-0.9.7.zip
|
||
|
prebuild:
|
||
|
- rm -rf raw-data
|
||
|
- unzip libs/libgdx-0.9.7.zip -d libs/
|
||
|
- rm libs/libgdx-0.9.7.zip
|
||
|
|
||
|
- versionName: '1.2'
|
||
|
versionCode: 3
|
||
|
disable: use libgdx sensibly, test
|
||
|
commit: d95e8a9aee7f
|
||
|
rm:
|
||
|
- raw-data
|
||
|
- custom_rules.xml
|
||
|
extlibs:
|
||
|
- libgdx/libgdx-0.9.7.zip
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: RepoManifest
|
||
|
CurrentVersion: '1.2'
|
||
|
CurrentVersionCode: 3
|