internal void ShowState() { Logger.WriteLine("Show state for {0}", Game.Title); Game.Dump(_out); ShowPosition(); ShowMoves(); }