by DaviddesJ
It's not impossible to draw cards using just a dice server, although it can be more trouble than it's worth. E.g.,1. Build a list of all of the cards in your deck, in some fixed order, and post the SHA-2 hash.
2. Generate random numbers publicly, which you use to index into your deck to determine which cards you drew.
3. At the end, post the original list so that the hash can be confirmed.
Of course, it's a hassle and people could make mistakes.
Personally, I'd either stick with the honor system, or I'd build a dedicated website just for handling MKBG PBEM games automatically.