use actual game creator, make skip available to every player
This commit is contained in:
@ -27,6 +27,7 @@ class GameManager(object):
|
||||
self.chatid_games[chat_id] = list()
|
||||
|
||||
self.chatid_games[chat_id].append(game)
|
||||
return game
|
||||
|
||||
def join_game(self, chat_id, user):
|
||||
""" Create a player from the Telegram user and add it to the game """
|
||||
|
Reference in New Issue
Block a user