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
- Host: GitHub
- URL: https://github.com/j3rn/letter_boxed
- Owner: J3RN
- Created: 2023-11-03T15:40:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T15:46:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T09:13:19.913Z (over 1 year ago)
- Language: Prolog
- Size: 1.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Solver for the NYT 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.