final version?

This commit is contained in:
Jannes Höke
2016-05-22 19:21:51 +02:00
parent 4cdffffa5f
commit ba47f4c19e
8 changed files with 142 additions and 9 deletions

View File

@ -35,6 +35,7 @@ class Game(object):
owner = None
open = True
translate = False
players_won = 0
def __init__(self, chat):
self.chat = chat