Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luckey-elijah/clordle

A Wordle clone built for the command line with Dart.
https://github.com/luckey-elijah/clordle

Last synced: 1 day ago
JSON representation

A Wordle clone built for the command line with Dart.

Awesome Lists containing this project

README

        

# Clordle

A Wordle clone built for the command line with Dart.

[![style: very good analysis](https://img.shields.io/badge/style-very_good_analysis-B22C89.svg)](https://pub.dev/packages/very_good_analysis)

## Install

```sh
dart pub global activate clordle
```

## Playing

Show game options:

```sh
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:

```sh
clordle play
```

# Demo

![Gameplay of world - A Wordle clone in the command line.](assets/demo.gif)