Developer Insights: Live Stream Q&A
Posted on 10 January 2017
Pull up a chair by the hearth! Join Hearthstone Game Director Ben Brode and Game Designer Dean Ayala January 13 at 9:00am PST for a live Q&A session on Twitch. Our developers will be sharing some insight about the state of the game, the new player experience, the ranked play system, and answering your questions live.
Have some questions for Ben and Dean? Here’s how you can be part of the conversation:
- Tweet @PlayHearthstone with the hashtag #QA with your question
- Post a question below in the blog comments
- Join us live in Twitch chat and direct questions to us @PlayHearthstone
Can’t make it? Don’t worry – we will be posting the full video on the PlayHearthstone YouTube after the Q&A has completed.
Follow the official Hearthstone Twitch channel to be notified when the stream begins.
We’ll see you there!
/* Normal Lightbox */
.imgborder {
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
-moz-box-shadow:0 0 20px #000000;
-webkit-box-shadow:0 0 20px #000000;
box-shadow:0 0 20px #000000;
border: 1px solid #372511;
padding: 1px;
}
.imgborder:hover {
border: 1px solid #CD9000;
}
/* Borderless PNGS */
.imgnoborder {
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
-moz-box-shadow: 0 0 0px tranparent;
-webkit-box-shadow: 0 0 0px tranparent;
box-shadow: 0 0 0px transparent;
border: 0px solid transparent;
padding: 0px;
}
.imgnoborder, .imgnoborder:hover {
border: 0px solid transparent;
}
/* HearthstoneDividerFiligree */
#blog .detail hr.filigree {
width:100%;
height: 50px;
background:url('https://bnetcmsus-a.akamaihd.net/cms/gallery/79C1M3XMY0L31401477381292.png') center center no-repeat;
border: none;
margin-top: 0px;
margin-bottom: 0px;
}
/* HearthstoneDividerWood */
#blog .detail hr.wood {
width:100%;
height: 50px;
background:url('https://bnetcmsus-a.akamaihd.net/cms/gallery/79VCDJZ6362M1401477381334.png') center center no-repeat;
border: none;
margin-top: 0px;
margin-bottom: 0px;
}
/* HearthstoneDividerManaCrystals */
#blog .detail hr.mana {
width:100%;
height: 50px;
background:url('https://bnetcmsus-a.akamaihd.net/cms/gallery/AYRLNZFG7ZCY1401477381322.png') center center no-repeat;
border: none;
margin-top: 0px;
margin-bottom: 0px;
}
/* StandardDivider */
#blog .detail hr.standard {
width:100%;
height: 100px;
background:url('https://bnetcmsus-a.akamaihd.net/cms/gallery/5e/5EATP35KLFOG1454297371918.png') center center no-repeat;
border: none;
margin-top: 0px;
margin-bottom: 0px;
}