Overview
You must code a number guessing game where the player has 10 lives to guess a random number between 1 and 100. The game will tell the player if their guess is higher or lower than the random number, and the player will have to continue guessing until they guess correctly or lose all of their lives.
Requirements
- The game must be able to generate a random number between 1 and 100.
- The game must track the player's number of lives.
- The game must allow the player to guess a number.
- The game must tell the player if their guess is higher or lower than the random number.
- The game must end when the player either guesses correctly or loses all of their lives.
Design
The game should be designed in a way that is easy to understand and play. The user interface should be simple and intuitive, and the feedback from the game should be clear and concise.
Implementation
You can implement the game using any programming language. Choose a language that you are familiar with and that is appropriate for the game.
Testing
Test the game thoroughly to make sure that it works as expected. Test different scenarios, such as guessing the correct number on the first try, guessing the wrong number several times, and losing the game.