Search found 19 matches

by janglee
Tue Nov 20, 2018 5:44 am
Forum: Games and Creations
Topic: Böxlee - Endless Run And Jump With Color Twist
Replies: 4
Views: 6711

Re: Böxlee - Endless Run And Jump With Color Twist

ivan wrote: Mon Nov 19, 2018 8:30 pm I like the art direction, it looks very clean and professional.
The gameplay mechanic is simple and easy to pickup.
Nice job, overall. This could definitely become a great Android app. :)
Thank you for your motivating words.
by janglee
Mon Nov 19, 2018 7:03 pm
Forum: Games and Creations
Topic: Böxlee - Endless Run And Jump With Color Twist
Replies: 4
Views: 6711

Re: Böxlee - Endless Run And Jump With Color Twist

Now .love file is available for Desktop.
by janglee
Wed Nov 14, 2018 5:17 pm
Forum: Games and Creations
Topic: Böxlee - Endless Run And Jump With Color Twist
Replies: 4
Views: 6711

Böxlee - Endless Run And Jump With Color Twist

Böxlee -Another 2D endless run and jump game but this time it comes with color twist. Hello Gamers, I am working on Böxlee for past four months and it is now almost done. It is a hyper casual Android game. There is also a leaderbaord for highscore. I appreciate your time if you check out game and g...
by janglee
Mon Sep 24, 2018 7:37 am
Forum: Libraries and Tools
Topic: [Guide]Automate android export
Replies: 5
Views: 8883

Re: [Guide]Automate android export

I actually use a build script to generate an android apk. This is my build script all it requires is the sdk and the love-11.1-android.apk downloaded from the homepage. Signing your apk can be tricky, but I just generate a signature named 'release.jks' and save the password to a file 'password.txt'...
by janglee
Mon Jul 09, 2018 10:20 am
Forum: Libraries and Tools
Topic: How to turn off audio inside game loop
Replies: 1
Views: 4089

How to turn off audio inside game loop

hi everyone , i am working on 2d endless running game for android . I only want to mute all sounds with button just like other games . I can do it by putting every sound play statements inside if statement but it is not a proper way . can anyone suggest me how can i do that ?
by janglee
Wed Jul 04, 2018 5:29 pm
Forum: Libraries and Tools
Topic: [11.3] AdMob support for Android + EU Consent
Replies: 106
Views: 278054

Re: [0.10.2] AdMob support for Android!

Hi bro , just head to qustion how can i change app icon ?

Thanks.
by janglee
Wed Jul 04, 2018 11:40 am
Forum: Support and Development
Topic: Export to APK
Replies: 1
Views: 1799

Re: Export to APK

If you are on Linux than try out my guide
http://love2d.org/forums/viewtopic.php?f=5&t=85440.
If you find any problem or don't understand anything feel free to reply on that forum
by janglee
Tue Jul 03, 2018 7:03 am
Forum: Libraries and Tools
Topic: [Guide]Automate android export
Replies: 5
Views: 8883

Re: [Guide]Automate android export

Actually i didn't mentioned but it export apk . I just wrote script that automate process that show in official guide here but in addition i used adb tools to also automate process to test your project on device . You can find your exported apk in dir (root folder)/app/build/outputs/apk/ . sorry for...
by janglee
Thu Jun 28, 2018 5:26 pm
Forum: Libraries and Tools
Topic: [Guide]Automate android export
Replies: 5
Views: 8883

[Guide]Automate android export

Hello everyone. I just started using Love and Lua and I like it so much. but making android app is tricky and take time to build.so I just make guide to automate process . Now you have to just type one command and its over, app is running on your device :cool: . here is guide : https://github.com/Ja...