Hearthstone card draw simulator. (c) Aug 2018 by Peter van der Zee, pvdz.ee, see blog post, code on github: github.com/pvdz/hs_draw_sim

Deck list
Each line addss one card name
             ( )





Player to simulate: Starting Coin Both (runs 2x cycles!)


Mulligan; for each card, discard when:
Logic(or)
  • Current Card is {}
  • Current Card is {}
  • Invert / Not
    Logic(or)
    • Hand contains {}
    • Hand contains {}

Hit goal when:
Logic(and)
  • Invert / Not
    Current Turn is {}
  • Hand contains {}
  • Hand contains {}