A deckbuilder for the commander format of Magic: The Gathering
Find a file
2024-12-26 10:02:12 -08:00
.gitignore Refined land add logic 2024-12-20 13:39:23 -08:00
card_info.py Started adding further logic for deck build 2024-12-19 12:02:26 -08:00
deck_builder.py Started logic for adding creatures, ramp, board wipes, interaction, and other cards based on the chosen themes 2024-12-25 19:56:35 -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 Started logic for adding creatures, ramp, board wipes, interaction, and other cards based on the chosen themes 2024-12-25 19:56:35 -08:00
setup.py Fixed logic in setup for determining the 'face' of double sided cards 2024-12-26 10:02:12 -08:00
tagger.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
utility.py Overhauled tagger.py 2024-12-16 22:58:02 -08:00

# mtg_python_deckbuilder