Skip to content

Home

build codecov

Introduction

Beat your friends & family at wordle!

Installation

$ brew install bzimmer/tap/qordle

Examples

Suggest words using the elimination strategy after the first guess of 'brain'
$ qordle suggest -s el brAin
Auto-play with frequency, position, and bigrams strategies for 'ledge'
$ qordle play -s f -s p -s bi ledge | jq ".rounds | last"
{
  "dictionary": 1,
  "scores": [
    "rat.es",
    "moniE",
    "LEDGE"
  ],
  "words": [
    "rates",
    "monie",
    "ledge"
  ],
  "success": true
}