...

/

Exercise: Extending Wordz

Exercise: Extending Wordz

Understand how to implement single-letter guesses against a target word using TDD.

We'll cover the following...

Task and requirements

Previously, we implemented a basic word guessing system in Java following the TDD approach. Now, this system should evaluate a single-letter guess in relation to a target word.

Here are the simplified requirements for this exercise:

    ...