As a platform based games fan, by the pictures I want to play it.
It seems great!
As soon as possible I will play it, for sure.
Search found 30 matches
- Tue Apr 21, 2020 4:36 pm
- Forum: Games and Creations
- Topic: Clockwind - A time traveling platformer
- Replies: 9
- Views: 17468
- Mon Apr 20, 2020 3:30 am
- Forum: Games and Creations
- Topic: Böxlee - Endless Run And Jump With Color Twist
- Replies: 4
- Views: 6959
Re: Böxlee - Endless Run And Jump With Color Twist
I was looking for a swipe example and find your game.
Let me tell you (write you) something: great!
As Ivan wrote, it can be a great Android game, for sure!
Let me tell you (write you) something: great!
As Ivan wrote, it can be a great Android game, for sure!
- Fri Oct 05, 2018 5:53 pm
- Forum: Games and Creations
- Topic: Bob Jombis (with love file attached)
- Replies: 6
- Views: 8389
Re: Bob Jombis (with love file attached)
Technically, that's a credits section; unless it's an automated process (that actually bans, not only flags for further review), then there shouldn't be too much to worry about... then again, you could combine it to say something like "People from the Löve forums:" and then only list name...
- Fri Oct 05, 2018 5:52 pm
- Forum: Games and Creations
- Topic: Bob Jombis (with love file attached)
- Replies: 6
- Views: 8389
Re: Bob Jombis (with love file attached)
My congratulations. But I need to warn you. In your description too many repeat "Love2d" it can be reason for ban you in google play, be careful. https://play.google.com/intl/en-US/about/storelisting-promotional/metadata/index.html this is rules I am working in another projects right now,...
- Fri Oct 05, 2018 5:49 pm
- Forum: Games and Creations
- Topic: Bob Jombis (with love file attached)
- Replies: 6
- Views: 8389
Re: Bob Jombis (with love file attached)
Lovely game! I find the controls somewhat difficult, though - working on key down instead of key up would be nice, and since it works tap by tap, buffering one tap ahead would also help with continuity. Perhaps even allowing continuous movement but at a slower speed. Apart from that, I loved it. We...
- Wed Aug 23, 2017 4:16 am
- Forum: Libraries and Tools
- Topic: [Android] Admob and Google Play Game Services Support
- Replies: 55
- Views: 70842
Re: [Android] Admob and Google Play Game Services Support
Hi! How are you guys? This is really great! Thank you so much for share this with us! I tried my lua code and worked fine using your love version, but sadly, when I build my own app, it is giving me an error when I try to run the app on Android. Pls check attached picture. Can someone pls point me ...
- Wed Jun 21, 2017 7:42 pm
- Forum: Libraries and Tools
- Topic: [Android] Admob and Google Play Game Services Support
- Replies: 55
- Views: 70842
Re: [Android] Admob and Google Play Game Services Support
Hi! How are you guys? This is really great! Thank you so much for share this with us! I tried my lua code and worked fine using your love version, but sadly, when I build my own app, it is giving me an error when I try to run the app on Android. Pls check attached picture. Can someone pls point me w...
- Thu Jun 01, 2017 11:27 am
- Forum: Support and Development
- Topic: Scaling for android
- Replies: 8
- Views: 14050
Re: Scaling for android
In my game I set default screen size on conf.lua file: function love.conf(t) t.window.width = 480 t.window.height = 320 end Get the screen size from the actual device where the game is running and the scale values: function love.load() local width, height = love.graphics.getDimensions() sx = width/4...
- Thu Jun 01, 2017 5:16 am
- Forum: Games and Creations
- Topic: Bob Jombis (with love file attached)
- Replies: 6
- Views: 8389
Bob Jombis (with love file attached)
Hi all! I finally finished my first game! My first attempt to create it was with Game Maker Studio back in 2015. It is a puzzle/adventure game. You can control the player using the arrow keys and in the level where there are birds, you can use the space key to avoid the birds when they are near of t...
- Wed May 31, 2017 3:21 am
- Forum: Support and Development
- Topic: Making rain using Love2d
- Replies: 20
- Views: 16300
Re: Making rain using Love2d
Thank you so much, dear!
You can see my little game on the play store:
https://play.google.com/store/apps/deta ... on.uarsoft
Cheers
You can see my little game on the play store:
https://play.google.com/store/apps/deta ... on.uarsoft
Cheers