jweisbeck / Crossword

A javascript crossword puzzle script
http://www.jesseweisbeck.com/crossword/
244 stars 140 forks source link

Crossword Generator #2

Open calebeaires opened 9 years ago

calebeaires commented 9 years ago

You done a very good work. Do you have some clue to develop a "puzzleData" (from script.js) generator

adagio commented 9 years ago

Hi @calebeaires

I have created a generator, in python puzzleData-generator

for generating this, i first work with text editor doing some replacements to get this from clues information, such as the available here http://elcriptico.com/crucigrama-8/

in the project i was working on, the starting point was a png image file with image recognition i got some info more detail here xwbinarier in that context it was easy to get startx and start

HoldOffHunger commented 4 years ago

Hi @calebeaires,

I have created a JAVASCRIPT Generator of crossword puzzles. This might be more useful, as this is a JS project.

https://github.com/HoldOffHunger/jquery-crossword-puzzle-generator

Take a look at the demo! http://www.earthfluent.com/crossword-puzzle-demo.html

After just running the Python script up above at the link, posted by @adagio, I see that it's not randomly generated at all, as refreshing the page produces no changes in the resultant puzzle. But maybe this isn't a real demo! =)