Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 744 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 744 Bytes

Clordle

A Wordle clone built for the command line with Dart.

style: very good analysis

Install

dart pub global activate clordle

Playing

Show game options:

clordle play --help

Options:

Start the Clordle game.

Usage: clordle play [arguments]
-h, --help    Print this usage information.
-w, --word    The target word. Used for debugging.
-m, --max     The max number of guesses/tries.
              (defaults to "6")

Run "clordle help" to see global options.

Start playing:

clordle play

Demo

Gameplay of world - A Wordle clone in the command line.