Merge pull request #81 from rubenpirreram/GUI

GUI
This commit is contained in:
rubenpirreram
2026-05-06 14:51:52 +02:00
committed by GitHub
145 changed files with 330 additions and 3 deletions
@@ -77,7 +77,7 @@ public class TUI implements IView {
* @param model the new {@link Game} model; must not be {@code null}
*/
@Override
public void update(Game model) {
public void setModel(Game model) {
this.model = model;
}