Making a Clicker Game

I recently Had the Itch to make a “Clicker Game”.
I just want a character / object on screen the player can click and earn “Points / Coins”.
Can someone help me on how I could go by visually scripting this / coding this?.

Check out the “on mouse released” condition, for detecting mouse clicks. You could create a scene variable and name it “points” or something, and increase it by 1 every time the mouse is clicked

You could also add a text object to the scene, and add an event that sets the text box’s value to the value of the scene variable so that the player can see the score.

thank you very much!

Hi I don’t know if this fits your needs but someone has created an example here Simple clicker game example. · Issue #46 · GDevelopApp/GDevelop-examples · GitHub