clordle 0.1.0

A fun command-line Wordle clone written in Rust.
# Clordle

**Clordle** is a command-line version of the popular Wordle game, written in Rust.  
Guess the hidden word in a limited number of tries and see how good your vocabulary is!

## Features

- Fun Wordle-style gameplay in the terminal
- Colored feedback for guesses
- Random daily words or custom word lists
- Lightweight and fast

## Installation

You can install Clordle via Cargo:

```bash
cargo install clordle
```

Or clone the repository and build manually:

```
git clone https://github.com/ravengalqueen/clordle.git
cd clordle
cargo build --release

```
## Usage

Run the game from the terminal:

```
clordle
```

by default it will use the daily wordle, you can specify through the subcommands "daily" and "random"
"random" will choose a random word from the wordle directory of words