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
@neilsmith1145
17.09.2024Love this tutorial! I was able to follow along and make it. Would love to see you implement a keyboard image below showing what letters have been used like the Wordle game online does. Keep up the great work!