8000 GitHub - greggzigler/wordlecheat: Use Wordle app word list to provide guesses
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

greggzigler/wordlecheat

Repository files navigation

wordlecheat

Using the list of all possible Wordle solutions, this application helps you reduce the number of guesses to find today's solution. This application provides two user interfaces: a command-line tool and a chrome extension.

General Setup

Install node.js, then:

$ git clone https://github.com/greggzigler/wordlecheat.git
$ cd wordlecheat
$ npm install
$ npm run build

Command-line Tool

Tool Setup

No extra setup required

Tool Test

$ npm run test

Tool Usage

  1. Open Wordle in a browser.
  2. On the command line run npm run cheat.
  3. Enter the Guess letters onto the browser.
  4. Enter the first letters of the browser Response Colors onto the command line.

Example from February 19th, 2022

$ npm run cheat

> wordlecheat@1.0.0 cheat
> node index.js

Instructions:
1. Enter Guess letters onto Wordle website;
2. Enter Response colors onto command line; for example,
   enter BBGYG for black-black-green-yellow-green

Wordle guess: teary (2315)
Wordle response: BBBBB

Wordle guess: solid (198)
Wordle response: GBYYB

Wordle guess: sling (6)
Wordle response: GYGBB

Wordle guess: spill (3)
Wordle response: GBGGG

Wordle guess: swill (2)
Wordle response: GGGGG

Chrome Extension

Extension Setup

Open the Chrome browser, then:

  1. open a tab at chrome://extensions/
  2. click the Load unpacked button
  3. select the wordlecheat/chrome-extension folder
  4. click the Extensions icon in the top right corner
  5. click the Pin icon by the WordleCheat entry
  6. click the W icon and see the popup dialog
  7. click the Go To Wordle button

You should see the normal Wordle page, except now there's an I'm cheating! confession near the top.

Extension Test

See test README

Extension Usage

  1. click a button under Proposed Guesses
  2. click the Enter button
  3. repeat until game is solved

Example from December 15th, 2022

Screenshot

About

Use Wordle app word list to provide guesses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0