Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I really like the idea behind this. Are you using actual genetic algorithms? or just randomness? I thought the game was actually kind of hard, even on easy, but maybe a touch screen is better (I was using a mouse and I couldn't seem to click and drag the critters very reliably).   I enjoyed playing. nice job!

(+1)

I know nothing about actual genetic algorithms, but I did try to create my own artificial "genes."

Basically, each Pixel has ten values stored for each attribute (size, color, and shape). When you breed Pixels, the children randomly select nine values, and then add one value that's the average of the other values.

Then, one of those values is randomly selected to be the actual attribute that you see.

Of course, there's a bit more going on (mostly to keep it somewhat more consistent) but that's at the core of it.

Thanks for playing! Glad you enjoyed it, and sorry to hear you had some control issues, I've found using a mouse to be slightly more reliable than touchscreen, but it's going to depend on screen size, etc. and I didn't have time to test it on anything other than my phone and computer.