Exemplo n.º 1
0
 public Jogo(string j1 = "Aluno", string j2 = "Robô", bool tDQ = false)
 {
     jog1        = new Jogador(j1);
     jog2        = new Jogador(j2);
     turnoDeQuem = tDQ;
     tabJogo.Init();
 }