Skip to content

Brute-force generation of possible guesses which satisfies a particular Wordle art pattern such that the total number of possible answers is monotoically decreasing.

Notifications You must be signed in to change notification settings

runiteking1/wordle_patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a small, hacky script for playing around with Wordle patterns/art:

Given a target solution and a sequence of Wordle color patterns (gray/yellow/green), it checks whether those patterns are even possible, and then tries to find an actual sequence of guesses that would produce them. While doing so, it enforces that each guess must reduce the remaining pool of valid solutions.

It follows the real Wordle scoring rules, brute-forces a lot of things, and is mostly meant for experimentation and curiosity—not speed or cleanliness.

About

Brute-force generation of possible guesses which satisfies a particular Wordle art pattern such that the total number of possible answers is monotoically decreasing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages