I made my own cheeper version, with a win con! http://deckbox.org/sets/400765

MrsNosihctuh, i dont think farseek or ranger's path does anything for you

What do you guys think? http://deckbox.org/sets/399473

I would like to comment that this could be something as simple as a "built" checkbox or toggle, when you check that a deck is built, you allocate those cards for the deck.

5

(0 replies, posted in Site Discussion)

For obvious reasons.

Specificlly access to an inventory, wishlists, tradelist and decks.

For great justice! smile

6

(0 replies, posted in Site Discussion)

I was having some issue getting a good hand with the new hand simulator so I decided to make my own in Python, through a bit of experimentation I figured out that I seemed to get better looking hands if I ran the random.shuffle function on the list 5+ times. Yes, I know truly random doesn't really need that, but we are not dealing with true random here but psudo-random, it is also very implementation dependent.