The Wordle Kata is an advanced Code Kata with a set exercises that a developer can complete to familiarize themselves with the String APIs available in Eclipse Collections, as well as the chars() method available on the String class for the JDK section of the kata.
The domain of the Wordle Kata includes the WordleEC
and WordleJDK
classes. The kata uses advanced features like Java Records which are available in JDK 17.
This kata is based on the following blog by Donald Raab: A Wordle JLDD Kata Challenge. The blog was also covered in JEP Café Episode #10 on YouTube by José Paumard: Leverage Java 17 New Features to Create Your Wordle Checker.
Checkout the work on kata exercises section.
Run the tests for specific frameworks in the tests folder.
You will need to change code in the domain classes to get the tests to pass.