Investigate how the game board is currently scaled in the layout (likely in activity game.xml or the GameView class). Consider using a FrameLayout with proper scaling to fill the screen while maintaining aspect ratio. Ensure touch event coordinates are mapped correctly to the scaled view. Check if any existing comments or PRs discuss scaling approaches.