HouseDraft

HouseDraft Extras

If you've run into a bug and can't do anything in your tournament, the first thing to try is holding SHIFT while you refresh the main page.

If that doesn't work, you can use the button below. Please be warned that you will lose all of your tournament records. If you're in the middle of a tournament, and the site still works well enough that you can complete it, you should do that first and then try using this button afterwards.

If even this button doesn't work, look at your browser's settings. Have you blocked this site from running JavaScript? Are you able to clear out the site data from there?

If this button does work but it doesn't solve your problem, please submit a bug report explaining what you're trying to do, and what happens when you do it. The more detail, the better!

Sample Hand Generator

Here's a handy web-based tool to help you test a decklist by showing you examples of what your starting hand might look like.

countcards script

When I'm building decks, I save them in text format and run this short Perl script on them to save myself the trouble of counting how many cards are in them.

Your command line to run the script will look something like:

perl countcards.perl deckname.txt

Or, to exclude the sideboard and just count the cards in the main deck:

perl countcards.perl -s deckname.txt

Or, to count only the cards in the sideboard (the word "Sideboard" on a line by itself marks the beginning of the sideboard):

perl countcards.perl -S deckname.txt