Clicker Game
Make a variable by tapping the gear and tapping the + next to the word variable
Name it whatever you want (eg. Clicks)
Make an actor (drawing)
Add a rule. It should say
When this is tapped
Modify variable [variable] by 1 (relative)
Add a text actor.
Set the text to $[variable name]
Place everything in the card
You have now made a clicker game, well done