Multiplayer puzzles debugging

Is it possible to provide ability to download dump of some battle to debug it locally? For example you can provide three separate files:

  • Complete STDIN for my bot
  • Complete STDOUT of my bot
  • Complete STDERR of my bot

Actually only first is really required but I think it would be better to have all of them.

1 Like

I’d like STDOUT of my bot too.
Sometimes the game/board information is too rich and doesn’t fit into the IDE console.