Skip to content

Instantly share code, notes, and snippets.

@romovpa
Created March 23, 2017 22:22
Show Gist options
  • Save romovpa/944b60b1e18f4008ac0728037be75417 to your computer and use it in GitHub Desktop.
Save romovpa/944b60b1e18f4008ac0728037be75417 to your computer and use it in GitHub Desktop.
Record sample from Heathstone AI Challenge
{
"player": {
"hand": [
{
"attack": 5,
"charge": false,
"crystals_cost": 7,
"forgetful": false,
"freezing": false,
"hp": 6,
"id": 2137,
"name": "Guardian of Kings",
"poisonous": false,
"shield": false,
"stealth": false,
"taunt": false,
"type": "MINION",
"windfury": false
},
{
"attack": 2,
"charge": false,
"crystals_cost": 2,
"forgetful": false,
"freezing": false,
"hp": 1,
"id": 1902,
"name": "Murloc Tidehunter",
"poisonous": false,
"shield": false,
"stealth": false,
"taunt": false,
"type": "MINION",
"windfury": false
},
{
"attack": 4,
"crystals_cost": 4,
"durability": 2,
"forgetful": false,
"freeze": false,
"id": 172,
"name": "Truesilver Champion",
"type": "WEAPON"
},
{
"attack": 3,
"charge": false,
"crystals_cost": 2,
"forgetful": false,
"freezing": false,
"hp": 2,
"id": 1155,
"name": "Acidic Swamp Ooze",
"poisonous": false,
"shield": false,
"stealth": false,
"taunt": false,
"type": "MINION",
"windfury": false
},
{
"attack": 6,
"charge": false,
"crystals_cost": 7,
"forgetful": false,
"freezing": false,
"hp": 6,
"id": 300,
"name": "Stormwind Champion",
"poisonous": false,
"shield": false,
"stealth": false,
"taunt": false,
"type": "MINION",
"windfury": false
}
],
"played_cards": [
{
"attack": 6,
"can_attack": false,
"charge": false,
"crystals_cost": 7,
"forgetful": false,
"freezing": false,
"frozen": false,
"hp_current": 6,
"hp_max": 6,
"id": 300,
"name": "Stormwind Champion",
"poisonous": false,
"shield": false,
"stealth": false,
"taunt": false,
"windfury": false
},
{
"attack": 6,
"can_attack": false,
"charge": false,
"crystals_cost": 7,
"forgetful": false,
"freezing": false,
"frozen": false,
"hp_current": 4,
"hp_max": 7,
"id": 2137,
"name": "Guardian of Kings",
"poisonous": false,
"shield": false,
"stealth": false,
"taunt": false,
"windfury": false
},
{
"attack": 2,
"can_attack": false,
"charge": false,
"crystals_cost": 1,
"forgetful": false,
"freezing": false,
"frozen": false,
"hp_current": 2,
"hp_max": 2,
"id": 1238,
"name": "Silver Hand Recruit",
"poisonous": false,
"shield": false,
"stealth": false,
"taunt": false,
"windfury": false
},
{
"attack": 2,
"can_attack": false,
"charge": false,
"crystals_cost": 1,
"forgetful": false,
"freezing": false,
"frozen": false,
"hp_current": 2,
"hp_max": 2,
"id": 1238,
"name": "Silver Hand Recruit",
"poisonous": false,
"shield": false,
"stealth": false,
"taunt": false,
"windfury": false
},
{
"attack": 5,
"can_attack": false,
"charge": false,
"crystals_cost": 4,
"forgetful": false,
"freezing": false,
"frozen": false,
"hp_current": 6,
"hp_max": 6,
"id": 1321,
"name": "Chillwind Yeti",
"poisonous": false,
"shield": false,
"stealth": false,
"taunt": false,
"windfury": false
}
],
"hero": {
"armor": 0,
"attack": 0,
"hero_card_id": 981,
"hp": 17,
"special_skill_used": true,
"weapon_durability": 0
},
"stats": {
"crystals_all": 10,
"crystals_current": 0,
"deck_count": 12,
"fatigue_damage": 0,
"hand_count": 5,
"played_minions_count": 5,
"spell_dmg_bonus": 0
}
},
"opponent": {
"played_cards": [
{
"attack": 2,
"can_attack": true,
"charge": false,
"crystals_cost": 4,
"forgetful": false,
"freezing": false,
"frozen": false,
"hp_current": 6,
"hp_max": 8,
"id": 23,
"name": "Gnomish Inventor",
"poisonous": false,
"shield": false,
"stealth": false,
"taunt": false,
"windfury": false
}
],
"hero": {
"armor": 0,
"attack": 0,
"hero_card_id": 798,
"hp": 5,
"special_skill_used": false,
"weapon_durability": 0
},
"stats": {
"crystals_all": 10,
"crystals_current": 10,
"deck_count": 11,
"fatigue_damage": 0,
"hand_count": 2,
"played_minions_count": 1,
"spell_dmg_bonus": 0
}
},
"turn": 14,
"decision": 1,
"gamestate_id": 4687346
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment