slide 8 of the test-driven development lecture presents a second example scenario for practicing test-driven development from a set of rules. in short, the goal is to design a game that generates a random integer in the 1-100 range and asks the user to guess its value. the game should provide feedback as to whether the user's guess was too low, too high, or correct.