I am trying to develop a very simple mobile math game for kinder garden kids, where they would be asked a question and can then drag and drop the answer. No moving objects, no physics, nothing.
My only requirements are:
- Create multiple levels.
- Have a scoring system.
- Give stars as rewards on correct answer.
- Be able to go back to a level if they want to play again.
I have been searching through several tutorials, and they all seem to address advanced topics. If someone could point me to a tutorial in this direction, it would be great.
Or is Unity not the right game engine to develop such games?