Skip to content

A wordle-like simple word guessing game written in Rust

Notifications You must be signed in to change notification settings

dblclik/word_guesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Guesser

Can you guess the 6-letter word in 5 tries or less?

Running

  • git clone repo
  • cd word_guesser
  • cargo run (or, cargo build and ./target/debug/word_guess as often as you want to play that build)

Helpfuly Tips

  • The word list is an English, 6-letter word list with only basic alphabet characters (e.g. ASCII 97 to 122).
  • Letters from your guess that are in the right position will be GREEN
  • Letters that are in the word but in the wrong position will be YELLOW (note: the letter could already be used and accounted for elsewhere)

About

A wordle-like simple word guessing game written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages