Add: initialized GUI using FXML file and controller

This commit is contained in:
2026-05-06 13:21:29 +02:00
parent 86a6300e37
commit dbdb6a0e3e
145 changed files with 192 additions and 73 deletions
@@ -19,7 +19,7 @@ public class TUI implements IView {
}
@Override
public void update(Game model) {
public void setModel(Game model) {
this.model = model;
}