A deckbuilder for the commander format of Magic: The Gathering
Find a file
2024-12-10 16:43:03 -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 Redid setup logic, started adding more logic to deckbuilding 2024-12-07 23:34:14 -08:00
setup.py Aded logic for enchantments, enchantment tokens, creature tokens, and token modifications 2024-12-10 15:32:25 -08:00
tagger.py Added life matters tags 2024-12-10 16:43:03 -08:00

# mtg_python_deckbuilder