Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize the grids aesthetically #3

Open
GrimPixel opened this issue Jan 19, 2022 · 0 comments
Open

Optimize the grids aesthetically #3

GrimPixel opened this issue Jan 19, 2022 · 0 comments

Comments

@GrimPixel
Copy link

GrimPixel commented Jan 19, 2022

Puzzles with careful designs are compact and beautiful. Currently some puzzles like Chinese are not far from flashcards.
https://wikiless.org/wiki/Crosswords?lang=en

This program is probably the best crossword generator I can find. The flaw is it lacks this function: check the length of a word and arrange them compactly so there is not so many empty grids.

To realize that, the solution can be this: from a dictionary of tens of thousands of entries, the program select a word, then select the next word according to the last word's letters, repeat this till end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant