Play game
Double Down's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Audio/Sound | #2 | 3.600 | 3.600 |
Gameplay | #3 | 3.000 | 3.000 |
Overall | #5 | 3.200 | 3.200 |
Art/Graphics | #5 | 3.200 | 3.200 |
Theme | #6 | 3.000 | 3.000 |
Ranked from 5 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Source Code:
https://gitlab.com/neilsimp1/double-down/
Leave a comment
Log in with itch.io to leave a comment.
Comments
The game was not playable at first because the balls spawned outside the screen apparently. With that fixed however the game is pretty cool, especially for mobile.
I am not sure what caused that issue, but increasing the spawn Y of the balls to at least 30 solves the problem.
Hmm weird. I didn't have that problem on desktop (1920x1080) or on my L5.
Did you experience this on an L5? Any screen scaling?
Thank you for the patch :) :)
Encountered on 2560x1440 without scaling. (Not a L5 xD)
I did the math and saw how on your resolution, the tops of the balls were starting above the top of the screen. I tried the same again for 4096×2160 (4K) and 30px isn't enough for that.
So, I've updated it instead to use midtop (https://gitlab.com/neilsimp1/double-down/-/commit/62c81010a66c52e100adcc23b1c4e7...). I believe this should work for any screen size now.
I've updated to a 1.0.1 release here, https://gitlab.com/neilsimp1/double-down/-/tags/1.0.1 but I am not sure if it's ok to update what I have submitted to the game jam or not, so I guess I will leave that be for now?