From aceb0d301274962289d62a41421e3cf0c8738053 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 14 Sep 2014 12:23:55 +0200 Subject: Extract initial player from goban --- qml/python/board.py | 1 + 1 file changed, 1 insertion(+) (limited to 'qml/python/board.py') 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, } -- cgit v1.2.3