Hey, so I want to make a game where you would draw something like a circle (predetermined shape) and then have a txt say something.
I've seen a couple of games where you have to draw shapes to destroy different enemies on screen and I never have been able to recreate a game like this...
I would try and set a sprite every tick or so when you are holding the mouse button, and I would have another sprite over witch I would draw the shape and check if it would not collide with it, but I want it to recognize these shapes where ever they would be drawn...
Do you guys have any idea how to do this?