emk / word-puzzler

WORK IN PROGRESS: Toolkit for solving various sorts of word puzzles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Puzzle Solver (Work in progress)

This tool is intended to one day solve a variety of word-related puzzles in a fashion that can be customized in about 15 minutes. Any popular category of word-related puzzles is worth considering.

Goal puzzles for January 2022:

  • Word scrambles / anagrams
    • N-letter chunks
    • Missing letters
  • Crosswords
  • Single-substitution cryptograms
  • Word search grids

The goal is to build a toolkit of easily-customizable primitives.

Basic capabilities

  • Words matching regexes.
  • Favor most frequent words.
  • Permutations.
  • Constraint solving (SEND + MORE = MONEY, etc).

About

WORK IN PROGRESS: Toolkit for solving various sorts of word puzzles.


Languages

Language:Rust 100.0%