Skip to content
/ wordfind Public
forked from bunkat/wordfind

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

License

Notifications You must be signed in to change notification settings

ydevs/wordfind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.5%
  • HTML 11.4%
  • CSS 7.1%