heatherleaf / crossword-maker

A simple web-based tool for building your own crosswords
https://heatherleaf.github.io/crossword-maker/crossword.html
GNU General Public License v3.0
8 stars 5 forks source link

Replace covered words #21

Closed heatherleaf closed 1 year ago

heatherleaf commented 1 year ago

If we extend a word (e.g., HORSE --> HORSECART), then we should remove the old word.

Similar: if we have a turned word and add a straight word over it, the turned word should be removed.

heatherleaf commented 1 year ago

Half of this solved by 583915a, but we still have to solve turned words.