default Konstruktor wiederhergestellt
parent
d4e56ea2b6
commit
452a39bf6b
|
|
@ -33,6 +33,14 @@ public class Game {
|
|||
|
||||
private MoveList movelist;
|
||||
|
||||
public Game() {
|
||||
|
||||
this.board = new Board();
|
||||
this.movelist = new MoveList();
|
||||
clock = new Clock("blitz");
|
||||
clock.start();
|
||||
}
|
||||
|
||||
/**
|
||||
* Conststructs a new standard GameBoard.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue