public static HumanPlayer CreateHumanPlayer()
 {
     return(new HumanPlayer(AnonymPlayerNameGenerator.GetString(),
                            ColorGenerator.GetColor(), ByteGenerator.GetByte()));
 }