A word guessing game inspired by Wordle
This project was made as a part of the Object-Oriented Programming-1 course to learn about OOP concepts, graphical user interfaces and clean code guidelines through a practical approach.
Key features:
- Visual feedback based on letter position
- Warning pop-up for short words
- Score system based on the number of tries
To help individuals learn English words in an interactive and amazing way. Also, to implement OOP concepts to build interactive desktop apps.
You have to guess any five-letter word.
-
If your guessed letter is in the correct position in the word, it will turn green.
-
If it is in the word but in wrong position, it will turn yellow.
-
If it is not in the word , it will be gray.
You can clone the repository, open it up in IntelliJ and then run the project.
Alternatively, you may download the pre-built .jar
file from the releases page
Thanks a lot to @musaddiq-rafi for being a part of this project as a teammate