Skip to content

maxandersen/wordle-solve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solve Wordle with a Bang!

This script attempts to solve todays Wordle.

Video:

maxresdefault

To run it install jbang:

curl -Ls https://sh.jbang.dev | bash -s - app setup

And then run:

jbang main@maxandersen/wordle-solve

This will then use Playwright to interact with https://www.powerlanguage.co.uk/wordle/ and if right word is found save a screenshot of the board and copy a shareable wordle into your clipboard.

Example

Wordle 217 4/6
⬜⬜⬜⬜🟩
🟨🟩⬜⬜🟩
⬜🟩🟩🟩🟩
🟩🟩🟩🟩🟩

wordleexample

Thanks

Based on the logic in https://github.com/DasBrain/playwright-wordle, but just stripped down to the bare necessities for running it with JBang.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages