Commit graph

11 commits

Author SHA1 Message Date
matt
1c7436f33d Finished v2 of deck_builder, should be largely functional, but could use refinements. WIll continue to work on it, but largely satisfied with how it works. 2025-01-17 17:04:02 -08:00
mwisnowski
e0dd09adee Began work on refactoring deck_builder
Fixed logging for the other files such that they actually log to the file instead of just creating it
2025-01-14 10:10:30 -08:00
mwisnowski
b8d9958564 Fleshed out docstrings, added typings, cleaned up imports, and added a requirements.txt file
Additionally, renamed utility.ty to tag_utils.py to fit the naming pattern used with setup.py and setup.utils.py
2025-01-14 09:06:59 -08:00
mwisnowski
000d804ba7 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
mwisnowski
f9ae7fa41e Adjusted some logic in setup to filter out any banned cards, as well as add the layout column to allow for easily seeing 'Normal', 'MDFC', or 'Transform cards.
Added logic for 'Kindred Support' tagging in tagger
2024-12-26 09:38:21 -08:00
mwisnowski
43bdf180d4 Tagger should be done.
Might have missed some lesser used stuff, and honestly might have overlooked some things, but it should be at a good point for testing deck building.
2024-12-18 20:21:45 -08:00
mwisnowski
d19c3c6db6 Redid setup logic, started adding more logic to deckbuilding 2024-12-07 23:34:14 -08:00
mwisnowski
3efd1cd9a9 Added card info logic, split things into multiple files 2024-12-05 12:03:06 -08:00
mwisnowski
00ae707d16 Started working on basic staples lists 2024-12-04 16:56:03 -08:00
mwisnowski
d7e275e38a Fixed a typo looking at wrong location for file, testing .gitignore functionality 2024-12-04 14:29:33 -08:00
mwisnowski
d2a66b166d Created process for doing initial setup, pulls a csv file with all cards, then creates further csvs organized by color identity 2024-12-04 14:22:20 -08:00