wordle game
User guide for Wordle game
qm Java 的迷你project:利用swing实现一个简单wordle 游戏
- 可执行文件如下:
链接:https://pan.baidu.com/s/17MtqNlHzGVF0AtWP499R-w
提取码:bupt
- 源码随后更新
Thank you for choosing this game.
1⃣How to run this interesting game?
To run this game you should download the entire java miniproject file and open the wordleTest.java file in the src directory. Or you can just open wordle.exe to play.
2⃣Base- rule
Guess the WORDLE in 6 tries(must be word). Each guess must be a valid 5 letter word(without enter). After each guess, the color of the tiles will change to show how close your guess was to the word.
Examples:
The letter c and h are in the word and in the correct spot.
The letter ais in the word but in the wrong spot.
The letter b and e is not in the word in any spot.
You can type letters through the keyboard and can modify it with backspace before the word ends.
3⃣menu setting
l You can adjust the difficulty of the game via difficulty in the menu bar
Simple mode: 5 minute countdown.
Common mode 3 minute countdown.
Hard mode: 1 minute countdown.
NoLimit mode(default)with out time limit.
Once you choose a mode, you can’t change it again until the game is over
After you select the difficulty of the game, the time remaining will be displayed at the bottom of the interface
When the progress bar becomes empty, it means failure
You can get help via help in the menu bar.
You can adjust get a letter of wordle via hint in help.
If you want get more, press again(no more than 5 times)!
You can get this user guide via how to play in help.
4⃣Success:
If you successfully guess the word within six chances. Congratulations, you made it. You can exit the program by selecting OK, or select Next to start a new round.