Search found 911 matches

by Ranguna259
Tue May 31, 2016 7:32 am
Forum: Libraries and Tools
Topic: [Android] Admob and Google Play Game Services Support
Replies: 55
Views: 66889

Re: [Android] Admob and Google Play Game Services Support

You are AWESOME
I just woke up and I was reading this half asleep and now I'm fully awake, thank you very much, finally my game is gonna have a leaderboard.
by Ranguna259
Fri May 27, 2016 7:16 pm
Forum: Support and Development
Topic: Google Play Services
Replies: 8
Views: 5892

Re: Google Play Services

I've successfully implement admob services in my game through master both, the tutorial is pretty straightforward and creating an apk is easy too.
The only things that are missing are leaderboards and achievements, other than that both did an awesome job.
by Ranguna259
Sun May 22, 2016 11:52 am
Forum: Libraries and Tools
Topic: 1K Terminal challenge
Replies: 29
Views: 23032

Re: 1K Terminal challange

It's so hard. I couldn't do it. I use your code, optimize it a bit, and now can use right shift for caps, with 3 bytes in extra (1,528 bytes). F=(" 66 __ ` 66?c6f_ 0 63<_ 6?n ÿ? ? 0; <_ _ 6?f3 f 6cn _ _______ 8??_ 3+<+3_ 3;0060+?0?30> 0700330_?3+0+3 ??0 _____ __>?<?<3xgcccff6FFf30fwg6{3ff...
by Ranguna259
Tue May 17, 2016 6:05 am
Forum: Games and Creations
Topic: [Android] Asteroid Space Shooter
Replies: 18
Views: 11753

Re: [Android] Asteroid Space Shooter

Thank you for your opinion. Wow, it realy does, but that game is way to trippy :b
by Ranguna259
Mon May 16, 2016 9:06 am
Forum: Games and Creations
Topic: [Android] My first game with LOVE: Tropical Spirit!
Replies: 1
Views: 2254

Re: [Android] My first game with LOVE: Tropical Spirit!

I just downloaded your game and it looks really cool, it's challenging and getting three stars is really difficult which makes it more fun.
I'm going to give you four stars because the game is kinda slow and static, but other than that it looks great.
by Ranguna259
Mon May 16, 2016 8:51 am
Forum: Games and Creations
Topic: [Android] Asteroid Space Shooter
Replies: 18
Views: 11753

Re: [Android] Asteroid Space Shooter

Come on, I really need to know what you think and I need your help to distribute the game to as many people possible. Latest version of the game allows you to mute the game and to see your highscore. I'm planning on adding a new game mode where you only gain points when you hit the asteroids while t...
by Ranguna259
Mon May 09, 2016 9:54 pm
Forum: Games and Creations
Topic: [Android] Asteroid Space Shooter
Replies: 18
Views: 11753

Re: [Android] Asteroid Space Shooter

Asteroid Space Shooter is finally availabe on Google Play, go check it out and tell me what you think, have fun playing :D
by Ranguna259
Sat May 07, 2016 5:13 pm
Forum: Games and Creations
Topic: Flappy juice (Juicy flappy bird clone)
Replies: 4
Views: 4465

Re: Flappy juice (Juicy flappy bird clone)

Ths looks really cool, I never really installed any Flappy Bird Clone but if I saw this on the Play Store I'd install it.
by Ranguna259
Mon May 02, 2016 10:04 am
Forum: Libraries and Tools
Topic: lue - a color manager with hue effects!
Replies: 4
Views: 3478

Re: lue - add color effects to your games!

I belive you could replace the lue:update function with this:

Code: Select all

self.hue = (self.hue-1)%255+1 
I'm not sure though, you should test it out.