Wordle solver
Find a file
Brian O'Callaghan a47ee84bf0
Add license file
2022-03-04 16:58:51 -06:00
src/net/bjoc/wordle_solver Move README file to root 2022-03-04 16:48:27 -06:00
deps.edn Add deps.edn 2022-03-04 16:48:52 -06:00
LICENSE Add license file 2022-03-04 16:58:51 -06:00
README.md Fix README markup 2022-03-04 16:51:27 -06:00

What is this?

It's a Wordle solver. You can play the "official" version or maybe an unofficial Wordle archive.

Are there better, more sophisticated solvers? You bet! But this one is mine.

Requirements

Must have Aspell installed and on the path.

How to check? This command should work:

aspell dump master | head

Instructions

To run:

clj -X net.bjoc.wordle-solver.wordle/main

The program will tell you what to guess. You then give it the result.

  • . is a gray box
  • y is a yellow box
  • g is a green box

Example

You guess the suggested word, and get Green, Gray, Yellow, Yellow, Gray. You enter g.yy. when prompted for the result. You will then get another suggestion. Repeat.