Clear executable mess
This commit is contained in:
parent
228848b113
commit
0379650f32
1 changed files with 0 additions and 9 deletions
9
mtg.py
9
mtg.py
|
@ -68,12 +68,3 @@ class Deck(CardList):
|
||||||
random.shuffle(self)
|
random.shuffle(self)
|
||||||
def cards(self):
|
def cards(self):
|
||||||
return self.__cards
|
return self.__cards
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
game = Game()
|
|
||||||
deck = Deck(game)
|
|
||||||
deck.append(Card('Test', ['elf', 'warrior'], '1G', '1', '1'))
|
|
||||||
deck.append(cards.Elvish_Archdruid())
|
|
||||||
player = Player('Correl', deck)
|
|
||||||
print player
|
|
||||||
print deck
|
|
||||||
|
|
Loading…
Reference in a new issue