aboutsummaryrefslogtreecommitdiff
path: root/go.py
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-06-29 23:23:09 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-06-29 23:23:09 +0200
commit6724aeb3ba98c1b9f042344734c2d683e79dfc64 (patch)
tree34dd64d6d4176edf5e564f860c3a34a9cc128262 /go.py
parentc25a5d482937fc861e9d1cfc1ff36e479fcb2fb4 (diff)
downloadimago-6724aeb3ba98c1b9f042344734c2d683e79dfc64.tar.gz
imago-6724aeb3ba98c1b9f042344734c2d683e79dfc64.zip
Made full class diagram.
Diffstat (limited to 'go.py')
-rwxr-xr-xgo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/go.py b/go.py
index d4efc1b..7cb8555 100755
--- a/go.py
+++ b/go.py
@@ -24,8 +24,6 @@ if __name__ == "__main__":
print()
- player = str(GAMESTATE.getPlayerCode())
-
moveRow = move[0]
moveCol = move[1]