I’m building a card game in which I have 2 difficulty levels easy and hard, easy up to 50 points, hard 50 and above.
(adding screenshots)
I have a card that upon clicking it should “flip” from back to a random card (I already added all the cards front to assets) showing a number that shouls be linked to its correspondant question number. Then the Question in the text box should show with the answers written in the buttons.
If a player answers correctly gains 2 points on easy level / 4 points on hard, if the player answers wrong loses 1 point on easy level / 2 on hard
How do I do that?