Exercise: Extending Wordz
Explore test-driven development by extending a word guessing system. Learn to write unit tests that evaluate single-letter guesses against a target word, then implement the solution to pass those tests. Understand how TDD guides both test and code creation in Java.
We'll cover the following...
We'll cover the following...
...