summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-12-03 22:56:50 +0100
committerThomas White <taw@bitwiz.org.uk>2016-12-03 22:56:50 +0100
commitaa48dde37f1fee52d76c6379c860ca4979541b72 (patch)
tree14290f14385c990ed6bd1e262b04875200217bce
parent4061451b7a5a9578a42790f382cb514a98f1ae3c (diff)
Display the level of the puzzleHEADmaster
-rwxr-xr-xtsumego2
1 files changed, 2 insertions, 0 deletions
diff --git a/tsumego b/tsumego
index d676224..5317e9a 100755
--- a/tsumego
+++ b/tsumego
@@ -130,6 +130,8 @@ class Board:
self.to_play = "W"
if key == "C":
print("---> "+val[0])
+ if key == "DI":
+ print("Level "+val[0])
def is_move(self,node):
for key in node.properties.keys():