Closed hadan24 closed 1 month ago
Can get cards and print data (not async)
Find how to extract individual parts (attribute
, atk
, def
, etc) of each card (hash map)
Can extract individual parts (much easier than expected!)
Figure out plan for dealing with the many Option<>
fields
Created enums for several card properties
Likely will make separate structs for each type of card (monster/spell/trap/extra deck) and implement transformations from Card
to each. More type safety leveraging
Refactored into modules. Created separate structs for each card type
Mappings from a general Card
to each to come
Realized separating out each type of card was (most likely) unnecessary for MVP. Keeping progress in card
folder, but code won't be used until later
Access YGOPRODeck API, then save and print that data