kinda works now

This commit is contained in:
Jannes Höke
2016-02-29 01:53:59 +01:00
parent 29a6ac8b07
commit 5465fca34f
8 changed files with 119 additions and 17 deletions

View File

@ -11,7 +11,7 @@ class Game(object):
"""
current_player = None
reversed = False
draw_counter = 0
draw_counter = 1
choosing_color = False
def __init__(self):