A game of wordle that is played in the terminal.
In order to enjoy the full experience, please ensure that your terminal supports the following features:
- ANSI escape codes for letter coloring
- Unicode characters for printing the game board
A "words.txt" file is used for selecting and verifying words.
You can customize the game to your liking by adding or removing words from this file.
To play the game, simply run the C++ source file in the folder.