summaryrefslogtreecommitdiff
path: root/qml/python/board.py
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2014-09-14 12:23:55 +0200
committerSébastien Dailly <sebastien@chimrod.com>2014-09-14 12:23:55 +0200
commitaceb0d301274962289d62a41421e3cf0c8738053 (patch)
tree86e7594f568de60118a4c549d3b1e52b5725bac2 /qml/python/board.py
parent57ddb2dfff768d323f2dae0af56fc086a66b0044 (diff)
Extract initial player from goban
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,
}