Terminal-based WORDLE game written in cpp.
This project depends on fmt
library for colorful text output and C++11 supported compiler.
# build
make
# run
./wordle ./wordle-answers-alphabetical.txt
- Use
ncurses
TUI
Terminal-based WORDLE game written in cpp.
This project depends on fmt
library for colorful text output and C++11 supported compiler.
# build
make
# run
./wordle ./wordle-answers-alphabetical.txt
ncurses
TUI