Introducing the Wordz Application
Understand the Wordz application, a five-letter word guessing game, and learn how to build its server-side backend with TDD methods. Discover game rules, scoring, feedback mechanics, and how to design the backend API and database components for iterative development.
We'll cover the following...
We'll cover the following...
Let’s get an overview of the application that we’re going to build at a high level before we look at the agile process we will use to build it. The application is called Wordz, and it is based on a popular word guessing game.
Players try to guess a five-letter word.
Points are scored based on how quickly a player guesses the word.
The player gets feedback on each guess to steer them ...