revert 6232e6f93e
revert Merge branch 'main' of https://grond.iut-fbleau.fr/stiti/SAE31_2024
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
// Création d'un plateau
|
||||
Board board = new Board();
|
||||
|
||||
// Vue avec le plateau
|
||||
GameView view = new GameView(board);
|
||||
|
||||
// Contrôleur
|
||||
GameController controller = new GameController(view);
|
||||
|
||||
// Démarrer le jeu
|
||||
controller.startGame();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user