Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     WarGame game = new WarGame(
         new Player("Player 1"),
         new Player("Player 2"),
         3); //Default pogressOutPut and truceVal currently set.
 }
Ejemplo n.º 2
0
 public static void Main(string[] args)
 {
     //play games
     WarGame.PlayGame();
 }