Implement the following simple addition game (2 digits) using React.
Game-480p.mov
Following things are important.
- The total questions will be 10.
- The answers should not cross 100.
- The questions should not be hardcoded and should change for each and every game.
- All the answers must be present in the options below.
- Timer to count up the time.
- Score increments for each correct answer.
- Game Over dialog with the score and time taken. There should also be an option to "Start New Game".
- 3 lives which expire for each incorrect answer. Game should be over if all 3 lives are expired.
- Use SnackBar to show correct or incorrect answers.
Following things are optional
- Leaderboard.
- Animations.
- Sound.
- FullScreen.
- Images. (Use ASCII Hearts).