major change in game creation, fixed some bugs

This commit is contained in:
Jannes Höke
2016-03-11 09:23:53 +01:00
parent c144fb7c3b
commit 367d16e85f
4 changed files with 117 additions and 74 deletions

View File

@ -10,6 +10,7 @@ class Game(object):
reversed = False
draw_counter = 0
choosing_color = False
started = False
def __init__(self):
self.deck = Deck()