Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post idea - Using PowerShell and Regular Expressions as a Wordle Solving Tool #84

Open
doctorscripto opened this issue Mar 8, 2022 · 2 comments

Comments

@doctorscripto
Copy link
Contributor

doctorscripto commented Mar 8, 2022

Using PowerShell and Regular Expressions to solve a Wordle

Details of requested document:

  • Are you offering to write the post [Y/N]: Y
  • Proposed title: Using PowerShell and Regular Expressions as a Wordle Solving Tool
  • Links to related posts: N/A
  • One of the most popular puzzles floating about online is "Wordle" which is a general challenge to figure out a 5 letter word using only 6 guesses. Bragging rights among your friends to solve it the fastest. The solution being shown here is using Regular Expressions and a simple solution to build out a Dynamic loop to reject all the possibilities from a 12,500 Word array to identify the most likely candidates. This solution has been successfully tested against 3 Wordle sites (US, UK and Canada) as well as Quordle (A very challenging combination of four Wordles to solve
    Giant 12,500 word array not supplied. You must assemble that yourself ;)
@sdwheeler
Copy link
Contributor

@doctorscripto Sounds like fun. Are you going to write this?

@doctordns
Copy link
Contributor

My regular expressions skills are simply something my brain does not allow me to master. Despite years of trying, my ability with Regex is, well, pretty lacking despite, as I say, a lot of effort. That said, this could be fun.

PordlePS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants