Wordle

Wordle game

Wordle is a word guessing game where a player tries to guess a secret five-letter word chosen by the computer. The player can input a five-letter word and the computer responds with a series of colored squares that indicate how many letters in the guessed word match the secret word and are in the correct position. The game continues until the player correctly guesses the word, or runs out of guesses.

For this project, I created a Wordle game using C++. The game consists of four programs - a library program that processes the backend of the game, a text user interface program that allows players to play the game from the console, a graphical user interface program that provides a more interactive and visually appealing version of the game, and a unit testing program to ensure the game functions as expected. The project was completed as part of a software engineering class, and involved implementing various programming concepts such as data structures, algorithms, and object-oriented programming principles.


Source code