Replies: 1 comment
-
Quite difficult. Keep in mind that the edges of the screen are not actually dead space, but are being used by other important features of the app:
All of these would have to go somewhere else if the tokens were positioned in a square instead of a circle. And then there's also the somewhat odd arrangement you'd get when the number of players is not divisible by 4, so some / all of the edges would be empty. It would not look pretty. Maybe some day there will be an actual mobile version, but I'm not sure if shoving the tokens to the sides would be the best solution for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tested all the functionality out an Android device (as a player, not a host) and everything seems to be working fine. You can add tokens, change roles, and vote.
The one problem is how the characters are spaced in a circle. There is actually quite alot of dead space on the screen with all characters in a tight circle in the centre of the screen.
If the characters can be rearranged in to a different shape (square or ellipse maybe) this would greatly improve the mobile functionality of the game. Maybe this is something that could be done on the player side so people could choose a layout that works best for them individually?
How difficult would this be to implement?
HorzaPY x
Beta Was this translation helpful? Give feedback.
All reactions