azax1 / Crossword

Java applet for doing crossword puzzles (requires manual input).
0 stars 0 forks source link

Suboptimal movement through grid #1

Closed azax1 closed 6 years ago

azax1 commented 6 years ago

When at the end of e.g. a down clue, the editor jumps over any black squares and to the next down clue directly below (looping into next column if necessary). Perhaps we should instead mimic the NYT functionality, which takes you to the next-highest-numbered down clue.

azax1 commented 6 years ago

Fixed in https://github.com/azax1/Crossword/commit/5c1da1e838be43496bc4a1c4c1149437967957b7.