/wordle-cpp

Terminal-based WORDLE game written in cpp.

Primary LanguageC++

wordle-cpp

Terminal-based WORDLE game written in cpp.

Build & Run

This project depends on fmt library for colorful text output and C++11 supported compiler.

# build 
make
# run
./wordle ./wordle-answers-alphabetical.txt

Screenshots

TODO

  • Use ncurses TUI