To play, clone the repo and run the code:
git clone https://github.com/karolis-KK/wordle-cpp
This project is a C++ implementation of a Wordle clone, inspired by the original game Wordle
Feel free to add more words to the words.txt
file. If you choose to do so, remember to update this line at the start of the code:
uniform_int_distribution<int> dist(1, word count);