A deckbuilder for the commander format of Magic: The Gathering
Find a file
2025-01-13 11:35:11 -08:00
.gitignore Made numerous changes to the card draw functions, as well as other tagging functions up through to artifact tagging 2025-01-02 13:00:52 -08:00
card_info.py Started adding further logic for deck build 2024-12-19 12:02:26 -08:00
deck_builder.py Started changing print statements to logging statements in tagger.py 2024-12-31 10:48:11 -08:00
exceptions.py Refactored setup.py again, confirmed that all filters are now working as expected. Work will resume on main branch now 2025-01-13 11:35:11 -08:00
main.py Refactored setup.py again, confirmed that all filters are now working as expected. Work will resume on main branch now 2025-01-13 11:35:11 -08:00
README.md first commit 2024-11-27 20:18:39 -08:00
settings.py Refactored setup.py again, confirmed that all filters are now working as expected. Work will resume on main branch now 2025-01-13 11:35:11 -08:00
setup.py Refactored setup.py again, confirmed that all filters are now working as expected. Work will resume on main branch now 2025-01-13 11:35:11 -08:00
setup_utils.py Refactored setup.py again, confirmed that all filters are now working as expected. Work will resume on main branch now 2025-01-13 11:35:11 -08:00
tagger.py Refactored setup.py again, confirmed that all filters are now working as expected. Work will resume on main branch now 2025-01-13 11:35:11 -08:00
utility.py Tagger has been entirely restructured to use vector masks instead of iterrows, total tagging time has been drastically reduced 2025-01-08 17:26:02 -08:00

# mtg_python_deckbuilder