sandsmark / recrossable

crossword game with simplistic handwriting recognition and automatic generation of crosswords
GNU General Public License v2.0
61 stars 11 forks source link

clue numbering is unexpected #4

Closed raisjn closed 3 years ago

raisjn commented 3 years ago

the numbering of clues in the crossword is not the usual expected numbering of clues.

in the couple crosswords i tried, the numbering started in the bottom right and increased upwards. in a normal crossword, the numbering starts in the top left and increases from left to right.

sandsmark commented 3 years ago

I'll admit I don't really do crosswords much, and the UI here was just "designed" by easy it could be done.

but unless I'm misunderstanding something, how it looks here is correct, isn't it?: image

I should probably have switched the down and across, though, since making the "down" hints go down and vice versa makes more sense.

raisjn commented 3 years ago

this does not look correct. the upper left should be clue 1, then the next clue would be the next across word to the right and labeled 2 and so on.

can look at nyt crossword to see what i mean

edit: the numbering of the cells is what i am referring to

sandsmark commented 3 years ago

ah, that makes more sense, that numbering is very arbitrary

I'll see if I get around to fixing it some day

raisjn commented 3 years ago

https://github.com/sandsmark/recrossable/pull/10 addresses this

sandsmark commented 3 years ago

I assume I can close this now that #10 is merged.