revert 6232e6f93e
revert Merge branch 'main' of https://grond.iut-fbleau.fr/stiti/SAE31_2024
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
public class GameController {
|
||||
private final Board board;
|
||||
private final GameView view;
|
||||
private GameView view;
|
||||
|
||||
public GameController(GameView view) {
|
||||
this.board = new Board();
|
||||
this.view = view;
|
||||
}
|
||||
|
||||
public void startGame() {
|
||||
view.setVisible(true);
|
||||
view.showBoard();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user