/wordle

🧩 A console-based Wordle clone made in C++ for a class project.

Primary LanguageC++MIT LicenseMIT

🧩 wordle

A console-based Wordle clone made in C++ for a class project.

Run Locally

Clone the project

git clone https://github.com/aelew/wordle.git

Run the game

cd wordle/wordle
make && ./app

Run the keyboard viewer

cd wordle/keyboard
make && ./app

License

MIT