alexis-martel / Open-Crossword

An open-source crossword puzzle platform, focused on design and ease of use.
https://graphe.me/Open-Crossword/
GNU General Public License v3.0
8 stars 0 forks source link

Circled cell implementation less than ideal #65

Closed alexis-martel closed 1 year ago

alexis-martel commented 1 year ago

Circled cells should be set by checking a boolean circled attribute in their object

alexis-martel commented 1 year ago

This complicates the implementation of many features, and breaks the verify function