Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

A personal point of interest, that you might find value in : I've previously tinkered with the control scheme used in my entry (Political Cliques) where the user hovers the mouse pointer over a moving circle generated from a .draw command instead of a sprite.  In my other (unreleased/ultimately unused) instance the player didn't have their attention as aggressively divided, so there was a tendency to look at the mouse pointer and circle most of the time, and I found a flat colored high-vis circle (like the one I used in Political Cliques) to be too bland.  So, instead of a single .draw command, I had a while() loop that drew the circle a few times with a collapsing radius that shifted the color towards the background color more intensely each time.  And (here's the bit that caught my attention) it looked very very very similar to what your AI code resulted in!  Nigh on identical.
Did the AI "rip me off" scrounging the internet for data?  No - my code's unreleased!  Either we're both ripping off the same sources (unconsciously) or the AI can generate semi-novel idea/execution pairings roughly equivalent to those of a hobbyist.