strustle

Crates.iostrustle
lib.rsstrustle
version0.1.3
created_at2024-04-21 22:13:04.495226+00
updated_at2024-09-15 07:18:32.085208+00
descriptionA wordle clone to play in the terminal
homepagehttps://github.com/stoykotolev/rustle
repositoryhttps://github.com/stoykotolev/rustle
max_upload_size
id1215699
size83,862
Stoyko Tolev (stoykotolev)

documentation

README

Rustle

An amazing, bleeding edge cli you can use to play Wordle in your terminal, without having to open the browser

IT IS STILL WIP THOUGH

There are a couple of features missing, but I am getting to them.

How to build

The usual stuff

cargo run

will build the project and start it

To Do

  • Add a function to check if the word has repeatable letters and detect their position/color
  • Add a check to see if you have already solved the word for this day
  • Maybe add a tracker of how much correct guesses, etc. like with the original game
  • Fix a bug where if you pass duplicate letters in a word that doesn't have them, it still colors them.
Commit count: 86

cargo fmt