Darwinbots Forum

Code center => Suggestions => Old Suggestions Awaiting Programming => Topic started by: Numsgil on February 28, 2005, 12:17:37 PM

Title: Synchronizing Multibots
Post by: Numsgil on February 28, 2005, 12:17:37 PM
I've been thinking it over, and I think a counter that is automatically incremented every cycle and passed automatically to children bots, and that can be turned on/off quickly, is just what we need to help us make some multibots.

We already use robage sort of like this, but this'd be better.
Title: Synchronizing Multibots
Post by: Endy on February 28, 2005, 04:29:09 PM
Sounds like a good idea. Had a similar thought myself awhile back. Managed to combine *.robage with epigenetic memcells, but that method can't be used with MB's. We're going to need to be able to reset the counter to zero for making new MB's though. Probably just have parent zero/turn-off counter and then the child will know to become a new head.

Endy B)
Title: Synchronizing Multibots
Post by: Numsgil on February 28, 2005, 06:21:44 PM
Maybe we could set a max value that afterwards it resets to zero.  That makes creating cyclic multibot actions easier as well.