- Notifications
You must be signed in to change notification settings - Fork0
JoelLefkowitz/boggle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Boggle solver.
spago install boggle
importData.Matrix (Matrix(..))importData.Word (boggle)boggle (Matrix [ ["a","b" ], ["c","d" ] ])4>>> [ { path: [ { x:0, y:1 }, { x:0, y:0 }, { x:1, y:0 } ], word:"cab" }, { path: [ { x:0, y:1 }, { x:0, y:0 }, { x:1, y:1 } ], word:"cad" }, { path: [ { x:1, y:0 }, { x:0, y:0 }, { x:1, y:1 } ], word:"bad" }, { path: [ { x:1, y:1 }, { x:0, y:0 }, { x:1, y:0 } ], word:"dab" },]
Documentation and more detailed examples are hosted onPursuit.
To install dependencies:
yarn installyarn spago install
To run tests:
yarn spagotest
To generate the documentation locally:
yarn spago docs
To run linters:
yarn lint
To run formatters:
yarn format
Please read this repository'sCode of Conduct which outlines our collaboration standards and theChangelog for details on breaking changes that have been made.
This repository adheres to semantic versioning standards. For more information on semantic versioning visitSemVer.
Bump2version is used to version and tag changes. For example:
bump2version patch
- Joel Lefkowitz - Initial work
Lots of love to the open source community!
About
Boggle solver.
Topics
Resources
License
Code of conduct
Stars
Watchers
Forks
Packages0
No packages published