A deckbuilder for the commander format of Magic: The Gathering
Find a file
2025-01-08 12:06:33 -08:00
.gitignore Made numerous changes to the card draw functions, as well as other tagging functions up through to artifact tagging 2025-01-02 13:00:52 -08:00
card_info.py Started adding further logic for deck build 2024-12-19 12:02:26 -08:00
deck_builder.py Started changing print statements to logging statements in tagger.py 2024-12-31 10:48:11 -08:00
main.py Adjusted some logic in setup to filter out any banned cards, as well as add the layout column to allow for easily seeing 'Normal', 'MDFC', or 'Transform cards. 2024-12-26 09:38:21 -08:00
README.md first commit 2024-11-27 20:18:39 -08:00
settings.py Adjusted more tagging functions misc themes up through big mana have been tagged 2025-01-08 12:06:33 -08:00
setup.py Removed need to create seperate land_cards file in setup 2024-12-26 11:12:56 -08:00
tagger.py Adjusted more tagging functions misc themes up through big mana have been tagged 2025-01-08 12:06:33 -08:00
utility.py Refactored multiple tagger functions, through to lifegain related functions so that they use vector masks in place of iterrows 2025-01-08 08:29:00 -08:00

# mtg_python_deckbuilder