A deckbuilder for the commander format of Magic: The Gathering
Find a file
2024-12-11 19:01:41 -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 Revised logic of checking for creature types 2024-12-11 11:36:29 -08:00
setup.py Adjusted logic for artifact matters. Added enchantment matters logic. 2024-12-11 16:56:31 -08:00
tagger.py Added log for wheels theme 2024-12-11 19:01:41 -08:00

# mtg_python_deckbuilder