In this video, we will learn how to create the popular word-guessing game called Wordle using the Python programming language, Pygame library, and Object-Oriented Programming principles.
We will go through the step-by-step process of building the game from scratch, starting from designing the game window to implementing game logic and events, and adding all the animations. By the end of this video, you will have a good understanding of how to develop a complete game using Pygame and OOP concepts.

🖥️ Source code:
👍 Like to show your support!
⭐ Subscribe for more pygame content!

Time Stamps:
00:00 – Intro
01:01 – UI Element Class
08:52 – Fade in / Fade Out
12:42 – Adding Not Enough Letters Text
17:10 – End Screen Function
23:55 – Randomize the Word to guess using word list