cuboidAI by JH 2012-09-18T01:24:00
I am currently trying to figure out why the game grey-screens or crashes on some gfx cards. If this happens, it would be very helpful if you could tell me what graphics card you have so I can narrow down the problem.
@Cthulhu
If you let it run for a long time, set the mutation parameter to something between 0.5% and 1.0%. Lower mutation decreases the speed of the evolution process but makes sure that 'breakthroughs' don't come with deadly side effects. I know it is possible to train the creatures to avoid 1000 worms with a food parameter as low as 10, I was able to do that a few times. You could try that.
You can also just try to get the food parameter as low as possible without killing them. This forces them to learn intelligent moving patterns.
Maybe I will work on an post-compo version with more stuff. I do have a lot of ideas (placeable walls, worms can evolve too, attacking, 3d terrain, editor for modifying creatures - to name just a few)
Fun fact: Although the creatures do have some kind of memory (unbelievable 16 bytes) they hardly ever use this feature to remember stuff over multiple steps. But I was able to get them to remember their movement direction once, where they started to turn around when they met a worm instead of just waiting for it to pass.