Skip to content

Instantly share code, notes, and snippets.

@maiamcc
Created November 20, 2020 20:34
Show Gist options
  • Save maiamcc/26a3211d788afa7e2a341d7d243e1884 to your computer and use it in GitHub Desktop.
Save maiamcc/26a3211d788afa7e2a341d7d243e1884 to your computer and use it in GitHub Desktop.
description of crossings finder

Crossings Finder

Generally speaking, theme entries are all across clues, symmetrically placed, something like this:

theme-entries-across

However, if you’re a boss, you can make it work that the theme clues are STILL symmetrical, but some across and some down. This means that they have to cross each other symmetrically, e.g:

theme-entries-crossed

I wanna write a util that, given a set of theme clues, says whether they have symmetric crossings.

Moreover: often I'll have one or two themers that I'm very excited about, and then a whole bunch more that I'm equally okay with, which leaves me free to choose based on grid suitability. I would like this util to be able to take in a BUNCH of possible theme clues and spit back out the ones that can be symmetricly crossed on a grid.

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