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
00:49 – Check Letters Algorithm
08:15 – Box Animation (Popping each letter)
17:26 – Reveal Animation (Reveal the colour of each letter)
29:57 – Row Shaking Animation (Not enough letters animation)