tomthought/word-trek-solver

A fast solver for games in the Boggle family, e.g. WordBrain, Work Trek Trek, etc. Given a puzzle to solve, this library will compute all possible words that can be spelled (i.e. it can provide word hints).

Leiningen/Boot

[tomthought/word-trek-solver "0.1.0"]

Clojure CLI/deps.edn

tomthought/word-trek-solver {:mvn/version "0.1.0"}

Gradle

implementation("tomthought:word-trek-solver:0.1.0")

Maven

<dependency>
  <groupId>tomthought</groupId>
  <artifactId>word-trek-solver</artifactId>
  <version>0.1.0</version>
</dependency>