PyInkblot
PyInkblot - Creating Rorschach Inkblots using Genetic Algorithms
Bulkan Evcimen
(bulkan)
Simply mirroring a random plotting of half of a grid onto the second half, you can create pictures that look 'organic' like Rorschach Inkblots.
PyInkblot uses pygene for the Genetic Algorithm backend and pygame to draw the 'organisms' onto the screen. The user selects 0 or more (up to 6) of the organisms to go into a new population, more organism's will be added until there is 6 in the new population. Then a new generation is created using this population.
Changes
Links
- Home Page
- http://code.google.com/p/pyinkblot/