Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Boggle solver.

License

NotificationsYou must be signed in to change notification settings

JoelLefkowitz/boggle

Repository files navigation

Boggle solver.

ReviewVersionQuality

Installing

spago install boggle

Usage

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

Documentation and more detailed examples are hosted onPursuit.

Tooling

Dependencies

To install dependencies:

yarn installyarn spago install

Tests

To run tests:

yarn spagotest

Documentation

To generate the documentation locally:

yarn spago docs

Linters

To run linters:

yarn lint

Formatters

To run formatters:

yarn format

Contributing

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

Contributors

Remarks

Lots of love to the open source community!

Be kind to your mindLove each otherIt's ok to have a bad day

[8]ページ先頭

©2009-2025 Movatter.jp