예제 #1
0
파일: Main.cs 프로젝트: david-pfx/Polygamo
 internal void ShowState()
 {
     Logger.WriteLine("Show state for {0}", Game.Title);
     Game.Dump(_out);
     ShowPosition();
     ShowMoves();
 }