2015-04-29 01:14:22 +00:00
Categories:Games
License:GPLv3+
2015-06-03 18:55:20 +00:00
Web Site:http://kobuge-games.github.io/minilens
2015-04-29 01:14:22 +00:00
Source Code:https://github.com/KOBUGE-Games/minilens
Issue Tracker:https://github.com/KOBUGE-Games/minilens/issues
Summary:Free Puzzle Platform Game
Description:
1000 years after apocalipsis on earth, many forms of life were extinct, including humans.
As aliens discovered earth, they built a robot series, called Minilens, to clean up earth and collect surviving flora for cultivation.
The game is won when all radioactive barrels are destroyed and all flora is collected. The alien builders of the Minilens forgot that earth has gravity, therefore Minilens can't jump.
You have 7 level packs, including a Tutorial.
.
Repo Type:git
Repo:https://github.com/KOBUGE-Games/minilens.git
Build:1.1,1
2015-05-06 15:02:45 +00:00
commit=873c2039219cd79b7d4d1dc0278c2398257a4225
2015-04-29 01:14:22 +00:00
output=minilens.apk
2015-05-26 06:05:09 +00:00
srclibs=Godot@d3b42e41b0e446938d6634c8783e575de3d0b60f
2015-04-29 01:14:22 +00:00
prebuild=mkdir minilens && \
bash -O extglob -c "mv !(minilens) minilens" && \
cp -R $$Godot$$ godot
target=android-19
scandelete=godot/platform/flash/lib/libGL.a,godot/platform/android/libs/google_play_services/libs/google-play-services.jar
build=cd godot && \
scons -j 8 p=server && \
for libname in apk_expansion downloader_library google_play_services play_licensing; do \
sed -i 's/android-15/android-19/' platform/android/libs/${libname}/project.properties; done && \
export ANDROID_NDK_ROOT=$$NDK$$ && \
scons -j 8 p=android target=release && \
mkdir -p platform/android/java/libs/armeabi && \
cp bin/libgodot.android.opt.so platform/android/java/libs/armeabi/libgodot_android.so && \
pushd platform/android/java/ && \
ant release && \
popd && \
export HOME=$PWD && \
mkdir -p ~/.godot/templates/ && \
cp platform/android/java/bin/Godot-release-unsigned.apk ~/.godot/templates/android_release.apk && \
cd ../minilens && \
2015-05-07 15:02:30 +00:00
../godot/bin/godot_server.server.tools.* -export Android ../minilens.apk
2015-04-29 01:14:22 +00:00
buildjni=no
Auto Update Mode:None
Update Check Mode:None