poppu-mtg / StackIt

Python script generating a column-shaped TCG decklist based on cropped captions of each card's art.
MIT License
14 stars 6 forks source link

Commander Decks #34

Open silasary opened 7 years ago

silasary commented 7 years ago

This one is going to be difficult.

While it's technically rather easy to detect an EDH decklist (99 cards maindeck, 1 sideboard), we'll need to work out a new way of visualizing them. The current stacking method leaves something to be desired...

daxos dreadful

(Yes, that is a 270 × 2754 pixel image)

silasary commented 7 years ago

I assume we'd want to display the Commander in the same way we do for hex, But outside of that, we still have the issue of having 94+ singleton cards per deck.

Also, C16 gave us Partner commanders, which means a deck can potentially have two commanders.

JeffHoogland commented 7 years ago

Make it a gif that scrolls?

silasary commented 7 years ago

OBS has a filter for that, and generating gifs is not something I'd want to go into directly.

image

poppu-mtg commented 7 years ago

I have the script that makes a scrolling window (tweeted it last week I believe), but I'm not sure it would display properly.

We could detect the commander much like the champion/mercenary in Hex, then split the 99 cards in 3 columns of 33?