Skip to content

yiselieren/wordle-ncurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle puzzle (see http://nytimes.com/games/wordle/
for details).

This is a simple wordle puzzle implementation using
ncurses library and ncurses-Rust binding. Tested on Linux only.

Unlike original game the word length and number of attempts are
flexible and may be configured via command line (use "-h" command
line parameter for details). The default word lenght is 5 and the
default number of attemps is 6 like in the original game.

Thanks for the https://github.com/dwyl/english-words.git
repository for English words database, I just used the words_alpha.txt
file from the repository.

About

wordle puzzle implementation (ncurses)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages