I'm working on a 2D game with movement similar to a twin-stick shooter like Geometry Wars (video here).
I'd like to be able to recognise when the player moves around in a circle.
At the moment I have a trail of 150 rectangles behind the player, each with the direction of the player on that frame in that position. In theory, when the player moves around in a circle and intersects one of these rectangles whilst travelling in the same direction as he was when the rectangle was placed, a circle is recognised!
Unfortunately this doesn't work well, and I am aware that it (probably) isn't the best solution.
Any help or suggestions will be very appreciated!
