Hello,
Looks like a very interesting game.
Just one comment (prior to the judge starting date).
Please can you omit the "Games collected: " prefix if running on mobile? It's too big to fit in mobile.
You can do this with a statement like this in the dynamic_string you use for the top right element.
(is_mobile() ? "" : "Games Collected")