• Stars
    star
    188
  • Rank 204,764 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 12 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A small javascript library for generating and solving word find (also known as word search) puzzles.

Wordfind is a simple javascript library for generating (hopefully fun) word find (also known as word search) puzzles. Just give it a set of words and a few milliseconds later it will spit out a puzzle containing those words.

The core wordfind.js library contains no dependencies and will work both in the browser and in node.js. The repository also includes a fully functional word find game (aptly called wordfindgame.js) as an example. The game has a dependency on jQuery.

This is a fork of https://github.com/bunkat/wordfind allowing to specify the filling letters you want.

Check out the sample game at http://Lucas-C.github.com/wordfind/.