Code center > Darwinbots Program Source Code

Status of IM mode

<< < (10/36) > >>

Botsareus:
Nice format. I recommend adding 'repopulating' to your data so people know what the usage of a particular robot is in a particular simulation. Like so:


--- Code: ---{"simId": 4934934, "unixtime": 1410000000,"cycle": 1000000, "population":[{"botName":"Einstein(repopulating)", "count":550},{"botName":"The One", "count":450}]}
--- End code ---

Or somewhat like that.

Peter:
Seems good, I just like it better as a extra field.


--- Quote ---{ 
   "cycle":1000000,
   "population":[ 
      { 
         "botName":"Einstein",
         "count":550,
         "repopulating":true
      },
      { 
         "botName":"The One",
         "count":450
      }
   ],
   "simId":4934934,
   "unixtime":1410000000
}
--- End quote ---

Botsareus:
Sounds like a plan! Update soonish.

Botsareus:
unixtime:

Peter, I do not have easy access to milliseconds w/o pulling it out of a dll. Is it cool if I only give you seconds?

Peter:
Fine with me.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version