/wordfind

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

Primary LanguageJavaScriptMIT LicenseMIT

Wordfind

forked from bunkat

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

GitHub Corners

forked from tholman

Phew, GitHub is over ten years old now... and is unquestionably synonymous with open source. After 10 years, those GitHub ribbons are more than overdue for a cleaner, more modern alternative. This is my take.

By using SVG, these corners can be clean and sharp. Any color, and size. As well as have a little character and interactivity!

You can build your own with the SVGs, copy some of the pre-defined code, or just change the fill and color values on the main <svg> element.

Screenshot

You can see the page here... but I really recommend visiting the page to see the small animations that really make them come to life.

Here's the page

License/Acknowledgements

Naturally, these aren't built by GitHub, or endorsed by them.

Copyright (c) 2016 Tim Holman - http://tholman.com

The MIT License