-
Notifications
You must be signed in to change notification settings - Fork 0
wordle puzzle implementation (ncurses)
License
yiselieren/wordle-ncurses
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published