Support and General Use > Plugins/Viewers

Rockbox dev: 2048 - low contrast and misaligned screen contents

(1/2) > >>

mcc01:
Hi,

Today I built rockbox dev from source.
Installation works fine.

Unfortunately the game "2-48" is barely playable on
the Clip Zip since the contrast of the "chess board" is very low
and "something" (cannot recognize for sure what it is) is
overwriting the boards from the left side of the screen.

Is there a way to fix it beside removing/changing the code itsself?

Best regards,
mcc

__builtin:
I am the author of 2048! ;)

The "something" you are talking about is the score that is going into the board: http://forums.rockbox.org/index.php/topic,48355.msg229098.html#msg229098
The way the game decides how to draw the score is like this:

1. "Score: " in UI font
2. "Score: " in system font
3. "S: " in UI font
4. "S: " in system font
5. No prefix in UI font
6. No prefix in system font

However, on devices with small screens like the Clip Zip, even option 6 doesn't make the score fit so it still overflows into the grid.
Therefore,I will push a patch that will make it so the game does not draw the score at all if option 6 doesn't work.
Have fun (when it's fixed)! :)

[Saint]:
That solution makes zero sense, without a score, its useless, and it sounds like even if it weren't drawing over areas it shouldn't its still largely unplayable.

Just disable it for this target.


[Saint]

__builtin:
It runs fine in the simulator: http://forums.rockbox.org/index.php/topic,48355.msg229098.html#msg229098

mcc01:
HI,

thank you for all the replies ! :)

Some ideas/suggestions:
Binding the font to settings like "the <function> font" instead
of "Times Roman 19 pt" (EXAMPLE ONLY) results the need of assigning
fonts to settings based on the readability of a game instead of the
theme/ui/system font.
Whats about a configuration option ot let the user decide, which font
s/he wants to use with the game and only for the game?

Highscore:
I think the highscore is not needed to be visible all the time while
playing. What about to put is on the screen which apears when
pressing SELECT for a longer time? Selecting the highscore then and
pressing SELECT again jumps back to the game.

Disableing 2048 for the Sansa Clip ZIP:
This is the most simplistic solution.
But it has nothing more to offer than simplicity.


Best regards,
mcc

Navigation

[0] Message Index

[#] Next page

Go to full version