Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/h4kor/rordle

A Wordle clone for the terminal. Written in Rust.
https://github.com/h4kor/rordle

command-line game wordle

Last synced: 2 months ago
JSON representation

A Wordle clone for the terminal. Written in Rust.

Awesome Lists containing this project

README

        

# Rordle

This is a clone of the [Wordle](https://www.powerlanguage.co.uk/wordle/) game.

## Controls

- `Esc` - Exit game
- `Enter` - confirm input

## Attribution

The `words.txt` is extracted from: https://www.powerlanguage.co.uk/wordle/

## Run

```
cargo run
```