bunkat / wordfind

A small javascript library for generating and solving word find (also known as word search) puzzles.
MIT License
194 stars 110 forks source link

Not Working #1

Closed johnstew closed 10 years ago

johnstew commented 10 years ago

I am trying to demo this but it is not letting me find a word when I drag. Any idea as to whats going on?

Is this browser specific? or should it work on all browsers?

bunkat commented 10 years ago

Looks like the demo that I wrote only works with Chrome and Firefox currently. I didn't really spend that much time testing it out since it was only for an example of the library.

ghost commented 10 years ago

Can you summarize the entire program in an algorithm?

bunkat commented 10 years ago

Sure.

ghost commented 10 years ago

thank you so much! :+1:

ghost commented 10 years ago

Another thing. Since I am extremely new to javascript, I am not able to make out, in which function is the grid being made and that in which the found words are stuck off. :(

PulkitRangwani commented 7 years ago

is there any call back on completion of quiz???