Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.py b/main.py
index f467666..7adb411 100755
--- a/main.py
+++ b/main.py
@@ -129,6 +129,7 @@ class Game:
global PLAYER_B
PLAYER_A = 0
PLAYER_B = 0
+ self.current = 'A'
w = self.grid_size[0]
h = self.grid_size[1]
s_w = self.screen.get_width()