Closed ShadowTemplate closed 2 years ago
For our entities we should override the most frequent methods, such as __str__, __repr__, and __hash__.
__str__
__repr__
__hash__
Some entities are ok and don't need (a lot of) additional work, e.g. PlayedCard and PlayableDeck.
PlayedCard
PlayableDeck
Done! ref: util/entities.
util/entities
For our entities we should override the most frequent methods, such as
__str__
,__repr__
, and__hash__
.Some entities are ok and don't need (a lot of) additional work, e.g.
PlayedCard
andPlayableDeck
.