I want to create a puzzle casual math game for kids, in a similar style like ‘The Four’ game in the AppStore and Google Play. ‘The Four’ is the reference for the game.
Basically, the gameplay is like this:
-
You have to enter the answer in a math equation (addition, subtraction, division and multiplication) by typing the numbers.
-
If you typed in the correct number, a point will be added to the score. Then, the question will changed into another random equation and so on until the time goes out.
3.) If you typed in a wrong question, the question will remain the same until you input the right question.
- The game objective is to get as many points as they can until the timer goes out.
So far, I managed to grab the script for the timer, but I had no idea how to program the main gameplay and place a Unity GUI on it. If anyone can please help with the programming, then that would be helpful. The programming has to be done in #C.
Also, bonus request if we can fit in any countdown timer on all of this.