diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2022-12-29 00:35:02 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2023-01-01 16:09:19 +0000 |
| commit | 1ef9aa4cc26b60d63f134d5f7a3ff9331f8a8b50 (patch) | |
| tree | 7b53a2c7b18a6c2da968f05cded75bdbf4ba173d /PuzzleApplet.java | |
| parent | 23c9e0a8b2ca587b093cb8f63d73a6632be6cf98 (diff) | |
| download | puzzles-1ef9aa4cc26b60d63f134d5f7a3ff9331f8a8b50.zip puzzles-1ef9aa4cc26b60d63f134d5f7a3ff9331f8a8b50.tar.gz puzzles-1ef9aa4cc26b60d63f134d5f7a3ff9331f8a8b50.tar.bz2 puzzles-1ef9aa4cc26b60d63f134d5f7a3ff9331f8a8b50.tar.xz | |
Pattern: Pack clues for each row more closely together
Rather than centring each clue in an imaginary box, put equal amounts of
space between them (using space characters) and then right-align the
whole string. This makes for more efficient use of space, and I think
it also looks better when there are two-digit clues.
This does introduce a rather grotty (if large) fixed-size buffer for row
clues. Probably the row clues should be pre-formatted into a string
when the puzzle is set up.
Diffstat (limited to 'PuzzleApplet.java')
0 files changed, 0 insertions, 0 deletions