Settings

Theme

Show HN: Wordl – Terminal Wordle with a web like GUI

github.com

17 points by palerdot 2 years ago · 0 comments · 1 min read

Reader

Hi,

I have created a terminal app for wordle that has web like experience. In particular, it has keyboard hints and guess reveal animations. The idea is to able to play wordle in the terminal offline (and continuously if needed).

This is also kind of a Rust learning project for me, and my first public rust project. The terminal game is built with ratatui framework, which is great. I find it interesting that you can model a tui with `The Elm Architecture - TEA` principles for the terminal.

Feedbacks are welcome, particularly if you are a wordle person.

Have a nice day!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection