A deckbuilder for the commander format of Magic: The Gathering
Find a file
2025-01-16 11:55:12 -08:00
.gitignore Fleshed out docstrings, added typings, cleaned up imports, and added a requirements.txt file 2025-01-14 09:06:59 -08:00
builder_utils.py Finshed refactoring land addtiions, all that's left is adding cards by theme and other tags 2025-01-16 11:55:12 -08:00
card_info.py Started adding further logic for deck build 2024-12-19 12:02:26 -08:00
deck_builder.py Finshed refactoring land addtiions, all that's left is adding cards by theme and other tags 2025-01-16 11:55:12 -08:00
exceptions.py Finshed refactoring land addtiions, all that's left is adding cards by theme and other tags 2025-01-16 11:55:12 -08:00
input_handler.py Started refactoring up through the add_dual_lands function in deck_builder 2025-01-15 11:56:25 -08:00
main.py Began work on refactoring deck_builder 2025-01-14 10:10:30 -08:00
price_check.py Began work on overhauling the deck_builder 2025-01-14 12:07:49 -08:00
README.md first commit 2024-11-27 20:18:39 -08:00
requirements.txt Fleshed out docstrings, added typings, cleaned up imports, and added a requirements.txt file 2025-01-14 09:06:59 -08:00
settings.py Finshed refactoring land addtiions, all that's left is adding cards by theme and other tags 2025-01-16 11:55:12 -08:00
setup.py Began work on overhauling the deck_builder 2025-01-14 12:07:49 -08:00
setup_utils.py Began work on overhauling the deck_builder 2025-01-14 12:07:49 -08:00
tag_utils.py Fleshed out docstrings, added typings, cleaned up imports, and added a requirements.txt file 2025-01-14 09:06:59 -08:00
tagger.py Began work on overhauling the deck_builder 2025-01-14 12:07:49 -08:00
type_definitions.py Began work on overhauling the deck_builder 2025-01-14 12:07:49 -08:00

# mtg_python_deckbuilder