A wordle game finished by using Java and Java GUI.
Software architecture description
- Open IDEA (community).
- Open ProjectPath, Trust it.
- Double clicked ./src/Wordle, press Ctrl + Shift + F10.
- Program runs.
- Click start button to start game.
- Press any characters on your keyboard to input.
- Press ‘Enter’ or ‘Space’ to submit; Press ‘Backspace’ to withdraw one current input.
- If no input at current line but is submit, you will get a warning, so does not enough chars at current line.
- If an input is submitted and is regarded as a word by the program, the program will display colors of every character.
- If you got an all Green feedback within 6 (include) tries, you won; Otherwise you lose.
- Then you will return to the start panel.
- Or you can click reset button to restart a game.
- Or you can click back button to focus to quit this game and return to the start panel.
Fisrt game(Lock Wordle 'GREEN')
Empty Input
Submit without finishing
Input false word
Right Input

Another game(Lock)
Fail 6 times(Lost)

Another game(Lock)
Arbitrarily input
Backspace
Reset
(Update wordle word with unlock model,
but I force it to “GREEN”
by adding a statement at the end of the method)
Another finishing.(20s better than 42% of my game?)

Another game(Lock)
Arbitrarily input
Force to back
Open again

Settings and Ranks are not yet finished.
- You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
- Gitee blog blog.gitee.com
- Explore open source project https://gitee.com/explore
- The most valuable open source project GVP
- The manual of Gitee https://gitee.com/help
- The most popular members https://gitee.com/gitee-stars/




