A deckbuilder for the commander format of Magic: The Gathering
Find a file
mwisnowski 3344218410 Tagger is preliminarily done
May need further adjustments or testing, but seems to be working the way I want it to at this time.

Fixed a typo in the determine_commanders() function of setup that would drop elligible planeswalkers and artifacts instead of dropping inelligible ones
2024-12-17 15:10:52 -08:00
.gitignore Updated gitignore 2024-12-05 14:25:07 -08:00
card_info.py added logic to check for artifact types and artifact token creation 2024-12-10 12:13:44 -08:00
deck_builder.py Added logic for tagging cards for themes (so far only the card draw types) and kindred types 2024-12-09 12:56:01 -08:00
main.py Redid setup logic, started adding more logic to deckbuilding 2024-12-07 23:34:14 -08:00
README.md first commit 2024-11-27 20:18:39 -08:00
settings.py Added logic for more themes 2024-12-17 12:02:53 -08:00
setup.py Tagger is preliminarily done 2024-12-17 15:10:52 -08:00
tagger.py Tagger is preliminarily done 2024-12-17 15:10:52 -08:00
utility.py Overhauled tagger.py 2024-12-16 22:58:02 -08:00

# mtg_python_deckbuilder