Peter
(Moderator)
September 1, 2019, 3:20pm
#1
Don’t let the submariner touch the edge of the screen. Tilt and roll your phone to move the submarine.
The game start immediatly. You will hear a sonarsound and every minute the speed of the submarine increases.
Latest apk (2 september)
submariner.apk (5.5 MB)
If you want to make something like this for yourself, these are the blocks i used.
19 Likes
Peter
(Moderator)
September 1, 2019, 6:28pm
#3
What is the resolution of your phone? I only had this when running the apk on my chromebook.
1 Like
Peter
(Moderator)
September 1, 2019, 6:41pm
#5
Percentage values are not allowed for sprites because that would have been easier. They submarine is 300 x 300 px.
1 Like
Robert
(rickastlee)
September 2, 2019, 9:46am
#6
Why isn’t some more space there? 300/480 means 5/8 which is near to 4/8. But on the screen the submarine nearly covers its whole width (8/8).
1 Like
Peter
(Moderator)
September 2, 2019, 10:01am
#7
It is made with responsive size. With fixed it is much to big.
1 Like
asimjib93
(Asim Jib)
September 2, 2019, 5:15pm
#8
Can’t last more than this! Tilt is very rough!
1 Like
Peter
(Moderator)
September 2, 2019, 5:26pm
#9
My record was 306 seconds.
6 Likes
Peter
(Moderator)
September 2, 2019, 5:27pm
#10
Your submariner is also to big. Have to make a routine that looks at the screensize. Or i have to make it fixed size.
1 Like
Peter
(Moderator)
September 2, 2019, 5:42pm
#11
Could someone test this apk. It is fixed size. Submarine size 250 x 250 px.
submariner.apk (5.4 MB)
prolessyt
(ProLessSkill)
September 2, 2019, 6:02pm
#12
Tested it, the controls are tough tho. I think I found a bug too, sometimes when the submarine touches the screen it stays like that
Im not 250x250px btw
Peter
(Moderator)
September 2, 2019, 6:06pm
#13
It should display an notification. Did you install the latest apk i uploaded? Looking at your screen your submarine is the same size as i have now. Could you remove the app from your memory and start the app again?
prolessyt
(ProLessSkill)
September 2, 2019, 6:09pm
#14
Yes I did install the latest one. Let me reinstall it
dora_paz
(Dora)
September 2, 2019, 6:11pm
#15
Tested , see how it looks in Xiaomi Mi A1
prolessyt
(ProLessSkill)
September 2, 2019, 6:14pm
#16
Okay I reinstalled it. Same thing, but the submarine goes even when this message is displayed
My phone is Galaxy A70 if that would help
Peter
(Moderator)
September 2, 2019, 6:28pm
#17
I have the same problem. It is about postioning the submarine for the first time. Let’s see if i can fix it.
2 Likes
Peter
(Moderator)
September 2, 2019, 7:02pm
#18
submariner.apk (5.5 MB)
This one works for me. This is fixed size. Made the submarine smaller.
Boban
(Boban Stojmenovic)
September 2, 2019, 7:23pm
#19
Robert:
480*854
Your screen density is 1.5 x 300px = 450px
/Boban