Page 1 of 3

[love-android-sdl2 port] Sienna

Posted: Sun Jun 08, 2014 9:39 pm
by SneakySnake
EDIT: Merged with https://github.com/SimonLarsen/sienna

The controls are simple:
In the menus, flick in the direction you want to move, and tap to select.
In the game, just tap the screen to jump. The longer you hold, the higher you jump.

Android package: https://hostr.co/RSNjYvBoeeWn
GitHub: https://github.com/SimonLarsen/sienna

Re: [love-android-sdl2 port] Sienna

Posted: Sun Jun 08, 2014 10:27 pm
by SimonLarsen
This is really cool!

The game was originally designed for touch devices but I didn't have a smartphone back then so I just made it for PC instead.
Didn't expect it to work so well with a touch screen considering how sensitive some of the jumps are, but I just managed to complete the first six levels without any issues.

Great job, dude! :nyu:

Re: [love-android-sdl2 port] Sienna

Posted: Mon Jun 09, 2014 5:57 am
by T-Bone
Google Play? :neko:

Re: [love-android-sdl2 port] Sienna

Posted: Tue Jun 10, 2014 5:22 pm
by Murii
YOU MADE IT! Wow this game is ultra fun to play! Good job!

Re: [love-android-sdl2 port] Sienna

Posted: Tue Jun 10, 2014 7:39 pm
by josefnpat
Nice job!

Could use some cleanup on the menus, but other than that, very clean!


Also, it needs a nice icon!

Re: [love-android-sdl2 port] Sienna

Posted: Mon Jun 23, 2014 9:55 pm
by Ranguna259
I can't install it, it says “There was a problem parsing the package”

Re: [love-android-sdl2 port] Sienna

Posted: Fri Jul 04, 2014 6:44 am
by micha
I just got to try it on my phone. I looks great.

Unfortunately the menu is really difficult to navigate on my device.

And there seems to be a bug in the game play. The player jump is sometimes a bit higher and sometimes a bit lower. I believe the lower one is the originally intended one. I didn't manage to finish the first level.

Re: [love-android-sdl2 port] Sienna

Posted: Fri Jul 04, 2014 11:49 am
by MadByte
cool. But the controles are buggy (on my device [Xperia T/LT30P]).
It's almost impossible to navigate through the menu buttons, when I tap on the screen it always recognize the tap as a swipe. You could add some limit for a minimal movement on the y axis from a to b to recogonize input as a swipe.

When I get to the level selection screen somehow I can't selected the first level. I tried about 5 min to start the level. somehow it worked after endless tries. (same problem with the tap / swipe).

Then while playing the jump is always a high jump, it's impossible to solve the first level.

Apart from that stuff, good work :p

Re: [love-android-sdl2 port] Sienna

Posted: Sat Jul 05, 2014 1:47 pm
by SneakySnake
It's going to be hard for me to test for these bugs, as the controls work fine on my 7" tablet (Huawei MediaPad 7 Youth).
The source code is on GitHub if anyone wants to help.

Re: [love-android-sdl2 port] Sienna

Posted: Sat Jul 05, 2014 5:39 pm
by micha
It seems that the touch-release is not registered. That is why I always do the maximum height jump.