use actual game creator, make skip available to every player

This commit is contained in:
Jannes Höke
2016-05-01 18:23:59 +02:00
parent 76b869fce7
commit 0cf7b70454
3 changed files with 77 additions and 58 deletions

View File

@ -28,7 +28,6 @@ class Player(object):
self._next = self
self._prev = self
game.current_player = self
game.owner = self
for i in range(7):
self.cards.append(self.game.deck.draw())