Name: Anonymous 2009-08-22 13:03
I'm making a life simulator. You watch little organisms move around the screen. Each organism has a 16 character DNA sequence, which is like a string of instructions.
So /prog/, what are some interesting projects that you're working on?
r makes them turn right, l makes them turn left, etc. Each step they execute the next instruction. They age and die as well, but when an organism touches food, they get more life and spawn an off spring with a slight mutation of their own DNA. This means the retards that spin in circles will die off while the ones that move most will keep eating food and reproducing. It's not very scientifically accurate with evolution and such, but it's fun to watch. There are other factors like the rate that food spawns that will effect population and such.So /prog/, what are some interesting projects that you're working on?