Skip to content

Add support for "Scandinavian style" crosswords #22

Description

@heatherleaf

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions