This project includes solutions to the challenges.
- Disallow answers that are shorter than three letters or are just our start word.
- Add a toolbar button that calls
startGame()
, so users can restart with a new word whenever they want to. - Put a text view somewhere so you can track and show the player’s score for a given root word. How you calculate score is down to you, but something involving number of words and their letter count would be reasonable.