Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luckey-elijah/clordle
A Wordle clone built for the command line with Dart.
https://github.com/luckey-elijah/clordle
Last synced: 4 months ago
JSON representation
A Wordle clone built for the command line with Dart.
- Host: GitHub
- URL: https://github.com/luckey-elijah/clordle
- Owner: Luckey-Elijah
- License: bsd-3-clause
- Created: 2022-03-27T19:13:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T03:25:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T07:44:25.198Z (4 months ago)
- Language: Dart
- Homepage:
- Size: 811 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)