A deckbuilder for the commander format of Magic: The Gathering
Find a file
2024-12-18 12:14:45 -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 Starting working on interaction, halfway through red on confirming board wipe conditions 2024-12-18 12:14:45 -08:00
setup.py Starting working on interaction, halfway through red on confirming board wipe conditions 2024-12-18 12:14:45 -08:00
tagger.py Starting working on interaction, halfway through red on confirming board wipe conditions 2024-12-18 12:14:45 -08:00
utility.py Overhauled tagger.py 2024-12-16 22:58:02 -08:00

# mtg_python_deckbuilder