Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for "Scandinavian style" crosswords #22

Open
heatherleaf opened this issue Mar 13, 2023 · 0 comments
Open

Add support for "Scandinavian style" crosswords #22

heatherleaf opened this issue Mar 13, 2023 · 0 comments

Comments

@heatherleaf
Copy link
Owner

heatherleaf commented Mar 13, 2023

In Scandinavian style crosswords the clues are written directly in the crossword. To support this we need to:

  • be able to have two clues in the same cell (one horizontal and one vertical) (Split clue cells #8)
  • automatically(?) decide which cell should contain the clue, e.g.:
    • vertical words: the cell immediately above
    • horizontal words: the cell immediately to the left (unless there is no cell there, in which case the one above)
    • if there is no cell above/to left, we can perhaps use the one to the left/above - but then we might end up in 3-4 clues in the same cell
  • if a clue is not in the "normal" place we need arrows from the clue to the word (Arrows from clue cells to words #7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant