An open API service indexing awesome lists of open source software.

https://github.com/j3rn/letter_boxed

A Prolog solver for the NYT game Letter Boxed
https://github.com/j3rn/letter_boxed

Last synced: 7 months ago
JSON representation

A Prolog solver for the NYT game Letter Boxed

Awesome Lists containing this project

README

          

## Solver for the NYT Letter Boxed Game

![a screenshot of a completed Letter Boxed game](letter_boxed.png)

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.