simpleboggle

Simple Boggle board and word search library for JavaScript/Node.js.

Usage no npm install needed!

<script type="module">
  import simpleboggle from 'https://cdn.skypack.dev/simpleboggle';
</script>

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.