chrisboyle / sgtpuzzles

Android port of Simon Tatham's Puzzles
https://chris.boyle.name/puzzles
Other
592 stars 167 forks source link

Net: lines on 11x11 grid too thick #513

Open proski opened 2 years ago

proski commented 2 years ago

When the 11x11 grid is selected in Net, the lines (the "conductors" that need to be connected) appear thicker than on the 9x9 grid. That's inconsistent and visually unpleasant. While at that, the lines on the 5x5 and 7x7 grids are also too thick. In comparison, Netslide has beautiful thin slides, and they change consistently when the grid size is changed.

myclevorname commented 5 months ago

I usually like to play on larger grids, like 100x100. After testing the limits of Net, the largest grid I could make, which was 143x143, had tiles that were blocky enough to be almost unreadable. None of the options in 'Thicker Lines for Readability' helped.

JupiLogy commented 5 months ago

Screenshot to show issue.

Screenshot_2024-03-25-12-56-41-61_57594183e98acbd5c528e733d62aa74f.jpg

myclevorname commented 2 months ago

When making a game with a width or height of at least 144, the game hangs. This may or may not have to do with the fact that 7 (the size of each square in pixels) * 144 > 1000. Strangely, a square of length 143 does not hang.