by dhartmei » Mon Sep 13, 2010 4:30 pm
You mean other than through clicking on your user name and then "View Game" on ?
If you log all input your bot gets into a file, that is enough to build the game state data that the Canvas and Java visualizers read.
Or you can fetch the Canvas page through the URL above, extract the game state data (the 'var = ' part in the JavaScript in there), and
feed that to a visualizer.