I built a full Wordle clone in Java using Eclipse, complete with a main menu. Used object-oriented principles like inheritance, polymorphism, and abstraction to keep the code clean and modular. The game randomly selects a 5-letter word from a 5,000-word list, and the player gets 6 tries to guess it. I also added a few extra touches not in the original, like background music, external help links, and a timed hard mode to make things more interesting.