Welcome to Wordle Java Clone, a simple and fun word-based game built with Java. The game is fully playable within the Java console and offers an enjoyable experience for players of all ages.
The author of this project is @zerot69, and special thanks to bestwordlist.com for providing the list of 5-letter words in English that is used in this game.
To start playing Wordle Java Clone, simply follow these steps:
- Build and run Main.java.
- To confirm that everything is working correctly, type 1 in the console to start the game.
- After each game, you can choose to continue playing by typing
1
or exit the game by typing0
.
I hope you have a great time playing Wordle Java Clone.