Skip to content

elle-trudgett/letterboxed-solver

Repository files navigation

letterboxed-solver

uv Ruff python compatibility Tests

A solver for the NYT Letter Boxed puzzle game. I tried to pare down the word list to be as similar to the list used in Letter Boxed as possible by merging the words file with previous Letter Boxed game data from the Internet Archive Wayback Machine.

This is not intended to be a super-performant solver, but rather built with ❤️.

Letter Boxed solver running in interactive mode.

Quick Start

Configured with the uv package manager.

# Run the interactive solver
make run

Development

# Format and lint code
make format
make lint

# Run tests
make test

# Run all checks
make all

# Remove virtual environment
make clean

Requires Python 3.9+.

TODO

  1. Optimize the solver algorithm
  2. Profile performance

About

Solver for NYT Letter Boxed puzzle game.

Topics

Resources

Stars

Watchers

Forks