A deckbuilder for the commander format of Magic: The Gathering
Find a file
2024-12-26 17:20:58 -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 Refinedl ogic for counting cards in library and what type 2024-12-26 17:20:58 -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 Removed need to create seperate land_cards file in setup 2024-12-26 11:12:56 -08:00
tagger.py Removed need to create seperate land_cards file in setup 2024-12-26 11:12:56 -08:00
utility.py Overhauled tagger.py 2024-12-16 22:58:02 -08:00

# mtg_python_deckbuilder