File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Node Boggle Solver
2
2
3
+ [ ![ Travis Build] ( https://img.shields.io/travis/lyndseybrowning/node-boggle-solver.svg?style=flat-square )] ( https://travis-ci.org/lyndseybrowning/node-boggle-solver )
4
+ [ ![ codecov coverage] ( https://img.shields.io/codecov/c/github/lyndseybrowning/node-boggle-solver.svg?style=flat-square )] ( https://codecov.io/github/lyndseybrowning/node-boggle-solver )
5
+ [ ![ downloads] ( https://img.shields.io/npm/dm/node-boggle-solver.svg?style=flat-square )] ( http://npm-stat.com/charts.html?package=node-boggle-solver&from=2015-08-01 )
6
+ [ ![ MIT License] ( https://img.shields.io/npm/l/node-boggle-solver.svg?style=flat-square )] ( http://opensource.org/licenses/MIT )
7
+
3
8
[ Boggle] ( https://en.wikipedia.org/wiki/Boggle ) is a game in which players try to find as many words as possible in a 4x4 grid of letters.
4
9
5
10
This solver is built with JavaScript using a [ Trie] ( https://en.wikipedia.org/wiki/Trie ) for dictionary storage.
You can’t perform that action at this time.
0 commit comments