Skip to content
This repository has been archived by the owner on Jul 7, 2018. It is now read-only.

mattbdean/Search.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Search.js

This project is split into two parts: A library and a website.

##Library ####Sample Usage:

var puzzle = [...] // List of strings, each string representing one row
var words = [...]   // List of words to find

var solutions = new Puzzle(puzzle).solve(words)

About

Word search solver in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published