Survivor + Scripting
for the next update I am planning to replace the current hard coded Survivor AI with a scripted implementation using JavaScript and I am going to open source the survivor script to everyone interested. I am doing this because I am fully aware of the fact that the current Survivor is using a quite simple rule set that might not be satisfying enough for everyone. Even though I am aware of this fact, I think that there are other players better able to adjust and extend the AI on their own than I could do that - so I'll give it a try. Everyone with very basic programming skills (JavaScript at best) will be able to understand and extend the AI script.
Basically all it does is to export an ExternalInterface e.g. to send Creeps and providing some methods that are called by the server on specific events. So, for example when a new income round starts, a function is called that then may send creeps, send chat messages or similar. Finally all the logic behind this i.e. what creeps will be sent and with which exact delay can be scripted.
For now I am converting the old Survivor AI to the new script engine and I'll post it in this thread later on. Let me know what you think about it

Cheers
dc