Skip to content

Commit 8736c81

Browse files
fix(README): Added README badges
1 parent a64f271 commit 8736c81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Node Boggle Solver
22

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+
38
[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.
49

510
This solver is built with JavaScript using a [Trie](https://en.wikipedia.org/wiki/Trie) for dictionary storage.

0 commit comments

Comments
 (0)