Skip to content

Commit

Permalink
Update mcts.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hlynurd authored Apr 30, 2018
1 parent 56d5d52 commit 8ad261f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mcts.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from game import *
# Licence is granted to freely use and distribute for any sensible/legal purpose so long as this comment
# remains in any distributed code.

from game import *

class Node:
""" A node in the game tree. Note wins is always from the viewpoint of playerJustMoved.
Expand Down

0 comments on commit 8ad261f

Please sign in to comment.