ZeusWPI / MOZAIC

MOZAIC is the Massive Online Zeus Artificial Intelligence Competition platform
GNU Lesser General Public License v3.0
13 stars 6 forks source link

Display game state in log overview #219

Open wschella opened 6 years ago

wschella commented 6 years ago

Currently, we only display messages send by the users (and corresponding errors).

wschella commented 6 years ago

Important for #218

iasoon commented 6 years ago

Isn't it preferable to view the game state in the visualizer? That seems easier to digest.

wschella commented 6 years ago

I think when actually debugging an error, it might make sense to view the game-state, as claimed in #218 by one of the users.

iasoon commented 6 years ago

But doesn't the visualizer show the game state in its entirety, in a format that is easier to consume for humans? I interpreted #218 as the inability to know what state caused the error (because we don't handle errors gracefully for the time being).