An Java version Wordle based on Swing
An tutorial lecture on YouTube is now available.
- Guess the Wordle word in tries for no more than 6 time.
- Each guess must be a valid word with the length of FIVE.
- For each letter in a valid word(ie. in a wordlist) you enter, it will turn to:
- Green if it is in the answer with correct position.
- Yellow if it is in the answer with the wrong position.
- Gray if it is not in the answer.
go to the root directory of JWordle, open the terminal and run:
javac -d . ./src/JWordle/*.java && java JWordle.Start
javadoc -d ./doc ./src/JWordle/*.java
about: the first part of function.
already have:
- Basic GUI window
- Sinple input logic, button action
Todo:
- Wordlist check
- Menu
- Prompt window
about: complement the javadoc annotation.
already have:
- Basic GUI window
- Sinple input logic, button action
- Wordlist check, Legality check
- Simple pop-window reminder
Todo:
- Menu page
- Account & userlogin
about: added login interface and restart function.
already have:
- Basic GUI window
- Sinple input logic, button action
- Wordlist check, Legality check
- Simple pop-window reminder
- Login
- Restart(with bug)
Todo:
- Menu page
- Account & userlogin(logic)
- fix bug in restart
about: added not enough word alert, update javadoc.
already have:
- Basic GUI window
- input logic, button action
- Wordlist check, Legality check
- pop-window alert
- Restart
Todo:
- Menu page
- Account & userlogin(logic)