Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
0e8a46421f
@ -29,3 +29,7 @@ application {
|
|||||||
// Define the main class for the application.
|
// Define the main class for the application.
|
||||||
mainClassName = 'fr.lnl.game.client.App'
|
mainClassName = 'fr.lnl.game.client.App'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
run {
|
||||||
|
standardInput = System.in
|
||||||
|
}
|
||||||
|
@ -31,7 +31,7 @@ public class ViewManager {
|
|||||||
Player player = game.getCurrentPlayer();
|
Player player = game.getCurrentPlayer();
|
||||||
players.get(game.getCurrentPlayer()).getView().show();
|
players.get(game.getCurrentPlayer()).getView().show();
|
||||||
game.play();
|
game.play();
|
||||||
System.out.println("Le joueur ordinateur numéro" + player.getId() + " a joué");
|
System.out.println("Le joueur ordinateur numéro " + player.getId() + " a joué");
|
||||||
System.out.println("Il a joué l'action: " + game.getSelectedAction());
|
System.out.println("Il a joué l'action: " + game.getSelectedAction());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user