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

Word helper #87

Closed alexis-martel closed 1 year ago

alexis-martel commented 1 year ago

Add a user interface that fetches a user-specified dictionary and suggest words from a pattern. i.e.:

findWord("A*ol*"); // Returns `atoll`
alexis-martel commented 1 year ago

View this page to generate language-appropriate dictionaries: https://en.wikipedia.org/wiki/Crossword#Orthography

alexis-martel commented 1 year ago

Dictionary files are now live on https://github.com/alexis-martel/Open-Crossword-Dictionaries