“That Sweet Math Game” is a small education Unity3D game to help children develop better muscle memory for solving basic mathematics problems. The game allows for three different modes of play:
- Selecting the correct answer to a given equation
- Selecting the missing number or symbol in a equation
- Selecting the right equation that will fit a given answer.
After all this a player can take on a “Final Exam” that will randomly incorporate each of the three types of play into one session. To complete a level the player must get 10 questions correct. If they receive 3 wrong answers before reaching 10 correct the game is over.
Implementation notes: For this game I created a class that would always generate a question an extra values to use with that equation. Then I created a gameplay manager class that will edit the newly create question to fit the theme of the level. I used a buzzer for selecting answers in the equation, use chalk font and a black board to create most of the assets.