default Konstruktor wiederhergestellt

devUi
Your Name 2025-06-23 18:35:08 +02:00
parent d4e56ea2b6
commit 452a39bf6b
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,14 @@ public class Game {
private boolean rotieren, zuruecknahme;
private MoveList movelist;
public Game() {
this.board = new Board();
this.movelist = new MoveList();
clock = new Clock("blitz");
clock.start();
}
/**
* Conststructs a new standard GameBoard.