Add TowerJumper Game
This commit is contained in:
parent
441f206aca
commit
b209e344e0
47
metadata/org.pipoypipagames.towerjumper.yml
Normal file
47
metadata/org.pipoypipagames.towerjumper.yml
Normal file
|
@ -0,0 +1,47 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Daniel Darias & Yanara Aristiguieta
|
||||
WebSite: https://pipoypipagames.itch.io
|
||||
SourceCode: https://github.com/Dariasteam/TowerJumper
|
||||
IssueTracker: https://github.com/Dariasteam/TowerJumper/issues
|
||||
Changelog: https://github.com/Dariasteam/TowerJumper/releases
|
||||
|
||||
AutoName: TowerJumper
|
||||
Summary: Casual ability game
|
||||
Description: |
|
||||
This is a clone of a popular android game in which you move a jumping ball and
|
||||
try to reach the end of a tower avoiding the obstacles. The levels are randomly
|
||||
generated
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Dariasteam/TowerJumper.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.5
|
||||
versionCode: 10
|
||||
commit: v0.14
|
||||
sudo: apt-get install -y clang
|
||||
output: tower_jumper.apk
|
||||
srclibs:
|
||||
- Godot@f2a42e1ae535013d712a224680c10ee9019f0172
|
||||
prebuild:
|
||||
- mkdir tower_jumper
|
||||
- bash -O extglob -c "mv !(tower_jumper) tower_jumper"
|
||||
- cp -R $$Godot$$ godot
|
||||
build:
|
||||
- cd godot
|
||||
- scons -j `nproc` platform=server target=release_debug use_llvm=yes unix_global_settings_path=".."
|
||||
tools=yes
|
||||
- export ANDROID_NDK_ROOT=$$NDK$$
|
||||
- scons -j `nproc` use_llvm=yes p=android target=release
|
||||
- pushd platform/android/java/
|
||||
- gradle assembleRelease
|
||||
- popd
|
||||
- mkdir -p ../templates/
|
||||
- cp bin/android_release.apk ../templates
|
||||
- cd ../tower_jumper
|
||||
- ../godot/bin/godot_server.server.opt.tools.64 -export Android ../tower_jumper.apk
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Static
|
Loading…
Reference in a new issue