Problem
Make a simple game where a shape moves around the screen every x seconds (use a Timer, try a few different numbers for x to see where it is challenging) and if the person can click the mouse in the shape before it moves again, they get a point. After 10 seconds, show them their score. Call the files ClickBaitRunner and ClickBaitComponent
Consider:
Don't let the rectangle go off the screen.
Check to see if they clicked the Rectangle, not the ClickBaitComponent.
Both the size of the box and the speed of the Timer will determine difficulty.