35 Commits

Author SHA1 Message Date
ad6eb3ebc9
Add files via upload 2018-01-06 08:39:06 -06:00
b71faf0f0c
Add files via upload 2018-01-05 21:33:36 -06:00
ff84748af9
Add files via upload 2018-01-05 03:42:13 -06:00
6420860a5e
Rename player/bot.py to player/bots/pure_big_money.py 2018-01-05 03:40:26 -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
c24103b969
Delete workshop.py 2018-01-01 09:37:38 -06:00
a9bf4d626b
Delete remodel.py 2018-01-01 09:37:27 -06:00
c0c8e27835
Delete moat.py 2018-01-01 09:37:16 -06:00
13d6b66198
Delete mine.py 2018-01-01 09:37:08 -06:00
1077c64231
Delete militia.py 2018-01-01 09:36:57 -06:00
3cc3349126
Delete merchant.py 2018-01-01 09:36:46 -06:00
d40049ca7c
Delete cellar.py 2018-01-01 09:36:36 -06:00
1770c49d0a
Delete card_trash.py 2018-01-01 09:36:27 -06:00
9e427ca648
Delete card_gain_trash.py 2018-01-01 09:36:12 -06:00
288d0a22f7
Delete card_gain.py 2018-01-01 09:36:02 -06:00
000b2783a9
Delete card.py 2018-01-01 09:35:47 -06:00
4ee2925ab8
Delete player.py 2018-01-01 09:35:33 -06:00
6aeb4281fa
Delete hand.py 2018-01-01 09:35:20 -06:00
1b9468e878
Delete discard.py 2018-01-01 09:35:09 -06:00
619df23219
Delete deck.py 2018-01-01 09:34:59 -06:00
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
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
f787d2bad7
Add files via upload 2017-12-30 12:15:51 -06:00
f97e2838d2
Rename player.py to player/player.py 2017-12-30 12:10:06 -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