43 Commits

Author SHA1 Message Date
cfec484e84
Rename card/cellar.py to card/named/cellar.py 2018-01-10 13:06:44 -06:00
7b47c177b9
Rename card/card_trash.py to card/special/card_trash.py 2018-01-10 13:06:22 -06:00
452031d32e
Rename card/card_gain_trash.py to card/special/card_gain_trash.py 2018-01-10 13:06:05 -06:00
83077b90b4
Rename card/card_gain.py to card/special/card_gain.py 2018-01-10 13:05:47 -06:00
3bbe17b9ea
Delete card_trash.py 2018-01-10 13:05:15 -06:00
5b84778f1c
Delete card_gain_trash.py 2018-01-10 13:05:08 -06:00
bf33716c42
Delete card_gain.py 2018-01-10 13:05:02 -06:00
9d24e960b9
Delete workshop.py 2018-01-10 13:04:38 -06:00
d4e870a05d
Delete silver.py 2018-01-10 13:04:31 -06:00
316abed7dd
Delete remodel.py 2018-01-10 13:04:24 -06:00
06c3f3ce6b
Delete moat.py 2018-01-10 13:04:16 -06:00
414c661497
Delete mine.py 2018-01-10 13:04:09 -06:00
c3ad732275
Delete militia.py 2018-01-10 13:04:03 -06:00
f1f5e38d7a
Delete merchant.py 2018-01-10 13:03:56 -06:00
d53706f673
Delete gold.py 2018-01-10 13:03:50 -06:00
4bb6baaf40
Delete estate.py 2018-01-10 13:03:44 -06:00
badf5f5fc6
Delete copper.py 2018-01-10 13:03:37 -06:00
49104ded03
Delete cellar.py 2018-01-10 13:03:31 -06:00
2f15c84fe6
Delete card_victory.py 2018-01-10 13:03:18 -06:00
f3621c6ac0
Delete card_treasure.py 2018-01-10 13:03:10 -06:00
d71830c568
Delete card_reaction.py 2018-01-10 13:03:04 -06:00
73d4a62dba
Delete card_kingdom.py 2018-01-10 13:02:58 -06:00
81bda535f0
Delete card_curse.py 2018-01-10 13:02:53 -06:00
d6e468b2c6
Delete card_attack.py 2018-01-10 13:02:47 -06:00
caa3e24e7b
Delete card_action.py 2018-01-10 13:02:42 -06:00
94d2e58214
Add files via upload
Refactored card typing to no longer be a piece of data but a feature of the object structure.
2018-01-10 14:01:44 -05:00
b71faf0f0c
Add files via upload 2018-01-05 21:33:36 -06:00
6c42fd3ba8
Add files via upload 2018-01-05 04:04:38 -06:00
ff84748af9
Add files via upload 2018-01-05 03:42:13 -06:00
206d016ad3
Add files via upload
Fixed a bug with playing cards that involve discarding.  Previously gain-trash cards would discard the gained card rather than the played under some conditions.
Fixed a bug with scoring the game that cause the game crash.
Added a Big Money Bot.
2018-01-04 01:50:34 -06:00
8a12ece1f9
Add files via upload
added __str__ overrides, abstained from overriding __repr__ methods because I like memory addresses.
2017-12-31 17:02:27 -06:00
2d059b2c7d
Add files via upload
cleaned up the code some
broke apart monster methods
pulled inputs out into their own functions for future non-human value supply
2017-12-30 22:33:43 -06:00
16fa144713
Delete trash_gain_card.py
this is now card_gain_trash.py
2017-12-30 20:27:25 -06:00
344b744c2f
Add files via upload
Split up trash_gain_card into two classes since workshop was really a sub section of that.  Added workshop.  All intro cards functional!
2017-12-30 20:26:44 -06:00
f787d2bad7
Add files via upload 2017-12-30 12:15:51 -06:00
5c57b35472
Rename trash_gain_card.py to card/trash_gain_card.py 2017-12-30 12:11:30 -06:00
3e069c55b4
Rename remodel.py to card/remodel.py 2017-12-30 12:10:22 -06:00
29c176f5ec
Rename moat.py to card/moat.py 2017-12-30 12:09:24 -06:00
bea79ae2bd
Rename mine.py to card/mine.py 2017-12-30 12:09:08 -06:00
82e329d391
Rename militia.py to card/militia.py 2017-12-30 12:08:50 -06:00
fe20739487
Rename merchant.py to card/merchant.py 2017-12-30 12:08:33 -06:00
87b080c3cc
Rename cards/cellar.py to card/cellar.py 2017-12-30 12:07:00 -06:00
af722fe46c
Rename cards/card.py to card/card.py 2017-12-30 12:06:41 -06:00