Hi,<p>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).<p>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.<p>Feedbacks are welcome, particularly if you are a wordle person.<p>Have a nice day!