M/S Replication
Hey, @Apostolique
Are you considering a master/slave script to create/manage the master, while also making slaves in the background? That would improve usability tenfold.
I'll probably look into it sometime next week. If I do that though, I'll have to look into removing the parse.com dependency.
@Apostolique Sounds good. I was thinking of writing a script or at least a for loop to run from the browser to accomplish that. Would it be possible to separate the bot into separate files, such as:
- Master bot code,
- Slave bot code,
- Graphics/rendering code,
- Math (trajectory calc, etc) So that for, say, an army of slave bots, you wouldn't have to render graphics for each (nor would you need all the master code pertaining to user interaction/settings. Then, using a for loop, one could plausibly make 100 or so slave bots that operate independently without too much lag, and have all of them go towards the master?
Also, you might want to just make a chrome plugin for the bot so that people aren't spammed with updates and so that you can separate the files without requiring people to add a dozen scripts.