https://github.com/amarshall/word-game-solvers.git
Solvers for various word games. They make for fun programming exercises.
The official dictionary is not public, so uses a standard one. As such, some solutions may be invalid, or some missing. Generally finds one to two word solutions in under 100 ms on fast hardware. The solver is generic, so can solve for an arbitrary number of sides (not just four) and for unlimited word count; though, practically, generating all solutions using four or more words will take a long time.
The official dictionary is not public, so uses a standard one. As such, some solutions may be invalid, or some missing. The solver isβ¦quite simple.
Copyright β J. Andrew Marshall; see LICENSE file for license.