123 Commits

Author SHA1 Message Date
f30bcb31ce
Delete counter.py 2018-01-01 09:34:51 -06:00
5aeb428184
Delete pile.py 2018-01-01 09:34:39 -06:00
e1d5b72c01
Delete supply.py 2018-01-01 09:34:30 -06:00
f4b75a9e8d
Delete table.py 2018-01-01 09:34:18 -06:00
f4a26d3a48
Delete trash.py 2018-01-01 09:34:08 -06:00
a460afd726
Delete game.py 2018-01-01 09:33:50 -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
5a397cfe85
Update README.md 2017-12-30 22:52:44 -06:00
f66c273580
Update README.md 2017-12-30 22:46:15 -06:00
61a3d35908
Update README.md 2017-12-30 22:46:02 -06:00
a0804b4159
Update README.md 2017-12-30 22:45:23 -06:00
69a8022f22
Add files via upload
had removed passive method as it is not used, where as a setup method will probably be
2017-12-30 22:44:48 -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
ba669df0b3
Update README.md 2017-12-30 20:54:21 -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
0ba8816e94
Update README.md 2017-12-30 15:59:04 -06:00
69a3ef96e7
Update README.md 2017-12-30 12:27:18 -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
c711d14da6
Rename trash.py to table/trash.py 2017-12-30 12:11:12 -06:00
2e99de68c0
Rename table.py to table/table.py 2017-12-30 12:10:56 -06:00
9c63987877
Rename supply.py to table/supply.py 2017-12-30 12:10:40 -06:00
3e069c55b4
Rename remodel.py to card/remodel.py 2017-12-30 12:10:22 -06:00
f97e2838d2
Rename player.py to player/player.py 2017-12-30 12:10:06 -06:00
f1adff247d
Rename pile.py to table/pile.py 2017-12-30 12:09:42 -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
4f70b88f0a
Rename hand.py to player/hand.py 2017-12-30 12:08:19 -06:00
92bd19ce69
Rename discard.py to player/discard.py 2017-12-30 12:08:00 -06:00
735a11e645
Rename deck.py to player/deck.py 2017-12-30 12:07:43 -06:00
ca9e5c1683
Rename counter.py to player/counter.py 2017-12-30 12:07:27 -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
36ec3f98b1
Rename cellar.py to cards/cellar.py 2017-12-30 11:57:41 -06:00
59786f69ab
Rename card.py to cards/card.py 2017-12-30 11:57:25 -06:00
92bd340d3a
Add files via upload
Added Remodel.  Made Remodel and Mine inherit from the same subclass as they are very similar.
2017-12-30 11:56:31 -06:00
aeee9055bf
Update README.md
added functionality for mine
2017-12-28 18:24:44 -06:00
67db950879
Add files via upload
added functionality for mine
2017-12-28 18:24:07 -06:00
ba27b02aee
Update README.md 2017-12-27 15:19:19 -06:00
91145c02e5
Update README.md 2017-12-27 15:16:26 -06:00
87099154a4
Update README.md 2017-12-27 14:23:02 -06:00
19ffb31458
Update README.md 2017-12-27 14:18:17 -06:00
a65c6b682f
Add files via upload
Added merchant functionality.  Updated hand, player, and supply consequently.
2017-12-27 14:17:04 -06:00
284cfdd9f4
Update README.md 2017-12-27 14:00:51 -06:00
9f902dad93
Update README.md 2017-12-27 02:34:41 -06:00
a0ef4d3680
Update README.md 2017-12-27 02:31:12 -06:00
a6754566ae
Add files via upload 2017-12-27 02:16:45 -06:00