simpleboggle
v0.0.2
Published
Simple Boggle board and word search library for JavaScript/Node.js
Downloads
2
Readme
SimpleBoggle
Simple Boggle board and word search library for JavaScript/Node.js.
Installation
Via npm on Node:
npm install simpleboggle
Usage
Reference in your program:
var simpleboggle = require('simpleboggle');
TBD
Development
git clone git://github.com/ajlopez/SimpleBoggle.git
cd SimpleBoggle
npm install
npm test
Samples
TBD
To do
Versions
Contribution
Feel free to file issues and submit pull requests � contributions are welcome.
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test
continues to pass.