No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonathan Arnett 0c419230ce Small doc update
2023-11-03 11:46:09 -04:00
.envrc Initial commit 2023-11-03 11:44:15 -04:00
letter_boxed.png Initial commit 2023-11-03 11:44:15 -04:00
letter_boxed.prolog Initial commit 2023-11-03 11:44:15 -04:00
README.md Small doc update 2023-11-03 11:46:09 -04:00
shell.nix Initial commit 2023-11-03 11:44:15 -04:00
words.prolog Initial commit 2023-11-03 11:44:15 -04:00

Solver for the NYT Letter Boxed Game

a screenshot of a completed Letter Boxed game

This solver tries to find 4 words to solve Letter Boxed (though admittedly this screenshot shows solving the puzzle in 3).

Usage

After loading the file with [letter_boxed]., use solution/2. For the puzzle shown above, you would write:

solution([['a','x','n'], ['o','h','l'], ['e','m','i'], ['t','y','p']], Words).

The letters have to be entered lower-case. Sorry. Also the order that you enter the sides and the letters within those sides does not matter.