Skip to content

Latest commit

 

History

History
 
 

wordle-kata

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

What is the Wordle Kata?

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.

Getting Started

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.