summaryrefslogtreecommitdiff
path: root/qml/python/board.py
diff options
context:
space:
mode:
Diffstat (limited to 'qml/python/board.py')
-rw-r--r--qml/python/board.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/python/board.py b/qml/python/board.py
index 48f3ff0..5bc0ac5 100644
--- a/qml/python/board.py
+++ b/qml/python/board.py
@@ -54,4 +54,5 @@ def getGame(n):
"tree": game.tree,
"size": game.get_size(),
"side": game.side,
+ "current_player": game.current_player,
}