fixed post merge bugs
This commit is contained in:
parent
c0db993f39
commit
c3e8c1bef2
|
@ -9,6 +9,6 @@ public class Main {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
Player p1 = new MalteAI("Malte");
|
Player p1 = new MalteAI("Malte");
|
||||||
Player p2 = new MaurizioAI("Maurizio");
|
Player p2 = new MaurizioAI("Maurizio");
|
||||||
new Game(p1, p2).start();
|
new Game(p1, p2).start(true, true); //1. param = output mode, 2. param = random beginner
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue