HartasCuerdas / puzzleData-generator

puzzleData generator for jweisbeck/Crossword script.js
7 stars 1 forks source link

How to build puzzleData #1

Open udayakumarswamy opened 8 years ago

udayakumarswamy commented 8 years ago

Hi,

i liked your your puzzleData-generator thing, i have list of questions with answers to make crossword puzzle. so, how i can generate puzzleData with which is you prepared in input file .

adagio commented 8 years ago

This puzzledData generator is intended to create input data for jweisbeck/Crossword script.js

You have to create your inputData file, by hand, or automated system https://github.com/HartasCuerdas/puzzleData-generator/blob/master/data/elcriptico/crucigrama8/crucigrama8-input.txt

The generated file would be like this https://github.com/HartasCuerdas/puzzleData-generator/blob/master/data/elcriptico/crucigrama8/crucigrama8-data.txt

HoldOffHunger commented 5 years ago

Hi, @udayakumarswamy,

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

There's no "by hand" generation of crossword puzzle data here, it's all entirely automated. Just supply the words and the clues, and you get a crossword puzzle automatically generated for you!

Demo: www.earthfluent.com/crossword-puzzle-demo.html

Try refreshing the page a few times! A new puzzle every time!