Merge branch 'postMergeBugs' into 'master'
fixed post merge bugs See merge request !11
This commit is contained in:
commit
abcf0c9bd0
|
@ -9,6 +9,6 @@ public class Main {
|
|||
public static void main(String[] args) {
|
||||
Player p1 = new MalteAI("Malte");
|
||||
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