A deckbuilder for the commander format of Magic: The Gathering
Find a file
mwisnowski c81a5fb64e Started logic for adding creatures, ramp, board wipes, interaction, and other cards based on the chosen themes
Fixed logical error in tagger causing it to look for 'Artifact' in a lowercase 'type' column

Need to refine logic for adding by tags and weighted theme values.
2024-12-25 19:56:35 -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 Tagger should be done. 2024-12-18 20:21:45 -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 Adjusted logic to set lands to fill all empty cells in colorIdentity column to be 'colorless' like was done with other cards 2024-12-20 11:51:24 -08:00
tagger.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
utility.py Overhauled tagger.py 2024-12-16 22:58:02 -08:00

# mtg_python_deckbuilder