Implementing multiple choice question into game
I have the base game complete and now I want to implement a point system with multiple choice questions. The game is a basic 2 player tank game, but I want the loser to answer a question from a pool of questions to get 1 point if it is answered correctly. The winner would receive 2 points and the he is decided at the end of 5 rounds with point totals. I'm completely lost and do not want to mess up the base game so how would I go about doing this? Thank you for your help
Answer by Commoble · Mar 21, 2017 at 02:16 AM
The UI sections of the Unity Manual and the Unity Tutorials will help you. There's also live training videos here and here you might find useful.
Your answer
Follow this Question
Related Questions
Scoring only one or zero in one InputField? 0 Answers
Coin Pickup system carry int into void 1 Answer
spawn object every 10 score points 1 Answer
Kill counter doesn't stop counting 0 Answers