A Java-based version of the viral Wordle game, designed especially for the developer community.
Java Tech Wordle was developed as a way to practice and apply Object-Oriented Programming (OOP) principles in a fun and practical project. Instead of guessing everyday words, players must discover well-known programming concepts such as Stack, Array, Debug, Class, and many others.
The game follows the same rules as the original Wordle:
-
You have a limited number of 6 attempts.
-
After each guess, letters change color to indicate correctness: grey (wrong letter); yellow (right letter and wrong position); green (right letter and position);
-
The objective is to guess the correct five-letter tech word.
This project was created to:
- Strengthen OOP concepts in Java
- Practice clean code structure
- Work with arrays, conditionals, and game logic
- Java
- Object-Oriented Programming (OOP)
- IntelliJ IDEA (development environment)
- (probably) Java Swing
Feel free to fork, improve, and experiment with the project!