Skip to content

Commit 0de94d3

Browse files
committed
to do updated
1 parent 4572475 commit 0de94d3

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Blogs/MyJourney

Whitespace-only changes.

src/main/java/main/java/codingame/TicTacToe/TicTacToe.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public static void main(String args[]) throws IOException {
2020
if (algorithm.root.getChild(opponentMove) == null) {
2121
algorithm.root.expand(largeBoard, opponentMove);
2222
}
23+
//todo: Fails sometimes? Occupied is full then
2324
largeBoard.play(2, opponentMove);
2425
algorithm.root = algorithm.root.getChild(opponentMove);
2526
algorithm.root.parent = null;

0 commit comments

Comments
 (0)