Update on math game

After a few days of doing all kinds of work I can now sit down and write about the project so far. I’m almost half way into the time line and I find myself fixing errors that can’t be explain. Right now I have two game modes working.

That Sweet Math Game ScreenShot

First “Whats the answer” where the play selects the correct answer to get the question right. If he missing 3 times then its game over.

That Sweet Math Game ScreenShot 3

The next game mode is “Fill in the blank” where the player has to select the missing part of the equation where it is a number or selecting to input the correct symbol.

That Sweet Math Game ScreenShot 2

I have 4 classes right now that make up the game. One for the Gameplay that handle the state of the game and U.I. One for creating the questions for the game. Another for handling the menu and the animation for the menu, and the last one I created my own coroutine to be used later. I only have two more game screens to complete the based game without the pretty assets.

Leave a comment