A simple Wordle clone made using Java and the StdDraw library.
- Animate the tiles
- Add sound effects
- Indicate letters used by displaying an on-screen keyboard
- A dialog box indicating win/loss
Download the project into a folder and run "javac *.java" in the terminal to compile it and "java Main" to run it.
The StdDraw library is linked here, and the list of words used is here.
Once the game ends, you can press the R key to play again.