Skip to content

Jack97/wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Solver

An entropy-based wordle solver.

Install

# Clone the repository
git clone https://github.com/Jack97/wordle-solver.git /your/install/path

# Navigate to the repository
cd /your/install/path

# Build the binary
go build -o ./output/wordle-solver

Usage

Run the binary to start an interactive solver session. For example:

$ ./output/wordle-solver

Guess #1: soare
Enter feedback (Grey = 0, Yellow = 1, Green = 2):

00000

Guess #2: clint
Enter feedback (Grey = 0, Yellow = 1, Green = 2):

01102

Guess #3: limit
Enter feedback (Grey = 0, Yellow = 1, Green = 2):

22002

Guess #4: light
Enter feedback (Grey = 0, Yellow = 1, Green = 2):

22222

Completed the wordle in 4/6 guesses

Todo

  • Optimise
  • Benchmark against all possible answers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages