Problem
Repixture is a very good candidate for a mobile game because of its simplicity. Playing the game on Android already mostly works.
Unfortunately, the formspecs are quite unusable on mobile because everything is way too small. The craftguide is basically impossible to use. I'm attaching a screenshot to show what it looks like:
screenshot.jpeg
Please note that you need to view the screenshot at a small size to see the problem. On my desktop computer, a 30% scale gives the screenshot the same size as on my phone.
Solution
As a proof of concept, I modified some formspecs to make them usable on mobile here: https://codeberg.org/Wuzzy/Repixture/compare/master...grorp/Repixture:formspec-magic
goodscr.jpeg
goodscr2.jpeg
(Please note again, the screenshots need to be viewed at a small size.)
However, you probably don't want these modified formspecs as replacements for your existing formspecs. Instead, you probably want to switch between a desktop version and a mobile version of the formspec for each player, depending on what minetest.get_player_window_information() tells you.
### Problem
Repixture is a very good candidate for a mobile game because of its simplicity. Playing the game on Android already mostly works.
Unfortunately, the formspecs are quite unusable on mobile because everything is way too small. The craftguide is basically impossible to use. I'm attaching a screenshot to show what it looks like:

Please note that you need to view the screenshot at a small size to see the problem. On my desktop computer, a 30% scale gives the screenshot the same size as on my phone.
### Solution
As a proof of concept, I modified some formspecs to make them usable on mobile here: https://codeberg.org/Wuzzy/Repixture/compare/master...grorp/Repixture:formspec-magic


(Please note again, the screenshots need to be viewed at a small size.)
However, you probably don't want these modified formspecs as replacements for your existing formspecs. Instead, you probably want to switch between a desktop version and a mobile version of the formspec for each player, depending on what `minetest.get_player_window_information()` tells you.