This is a simple Wordle clone that is built using pygame and pygame_gui. The game features a graphical user interface and allows players to guess words in a manner similar to the original Wordle game.
To install the required dependencies, you can use pip:
pip install pygame-ce pygame_guiTo run the game, simply execute the following command in your terminal:
python main.py