{"id":13617623,"url":"https://github.com/jleclanche/fireplace","last_synced_at":"2025-05-16T12:06:29.749Z","repository":{"id":20064288,"uuid":"23332997","full_name":"jleclanche/fireplace","owner":"jleclanche","description":"A Hearthstone simulator in Python","archived":false,"fork":false,"pushed_at":"2024-04-23T01:30:41.000Z","size":11108,"stargazers_count":660,"open_issues_count":19,"forks_count":146,"subscribers_count":35,"default_branch":"master","last_synced_at":"2024-05-01T18:31:14.741Z","etag":null,"topics":["hearthstone","hearthstone-simulator","python"],"latest_commit_sha":null,"homepage":"https://hearthsim.info","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jleclanche.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-08-26T00:14:09.000Z","updated_at":"2024-06-19T01:31:44.932Z","dependencies_parsed_at":"2023-12-19T04:07:06.597Z","dependency_job_id":"765d867d-0cd9-4662-8e0e-2a1adca4936f","html_url":"https://github.com/jleclanche/fireplace","commit_stats":{"total_commits":2595,"total_committers":26,"mean_commits":99.8076923076923,"dds":"0.16570327552986508","last_synced_commit":"58c5c60dc4502956d1a7a12c616c9b6201598edb"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleclanche%2Ffireplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleclanche%2Ffireplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleclanche%2Ffireplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jleclanche%2Ffireplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jleclanche","download_url":"https://codeload.github.com/jleclanche/fireplace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994120,"owners_count":21030050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hearthstone","hearthstone-simulator","python"],"created_at":"2024-08-01T20:01:44.899Z","updated_at":"2025-04-09T07:04:08.015Z","avatar_url":"https://github.com/jleclanche.png","language":"Python","readme":"# \u003cimg src=\"/logo.png\" height=\"32\" width=\"32\"/\u003e Fireplace\n[![](https://img.shields.io/badge/python-3.10+-blue.svg)](https://peps.python.org/pep-0619/)\n[![](https://img.shields.io/github/license/jleclanche/fireplace.svg)](https://github.com/jleclanche/fireplace/blob/master/LICENSE.md)\n[![](https://github.com/jleclanche/fireplace/actions/workflows/build.yml/badge.svg)](https://github.com/jleclanche/fireplace/actions/workflows/build.yml)\n[![codecov](https://codecov.io/github/jleclanche/fireplace/graph/badge.svg?token=FXDTJSKZL9)](https://codecov.io/github/jleclanche/fireplace)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nA Hearthstone simulator and implementation, written in Python.\n\n\n## Cards Implementation\n\nNow updated to [Patch 16.6.0.43246](https://hearthstone.wiki.gg/wiki/Patch_16.6.0.43246)\n* **100%** Basic (142 of 142 cards)\n* **100%** Classic (245 of 245 cards)\n* **100%** Hall of Fame (24 of 24 cards)\n* **100%** Curse of Naxxramas (30 of 30 cards)\n* **100%** Goblins vs Gnomes (123 of 123 cards)\n* **100%** Blackrock Mountain (31 of 31 cards)\n* **100%** The Grand Tournament (132 of 132 cards)\n* **100%** Hero Skins (30 of 30 cards)\n* **100%** The League of Explorers (45 of 45 cards)\n* **100%** Whispers of the Old Gods (134 of 134 cards)\n* **100%** One Night in Karazhan (45 of 45 cards)\n* **100%** Mean Streets of Gadgetzan (132 of 132 cards)\n* **100%** Journey to Un'Goro (135 of 135 cards)\n* **100%** Knights of the Frozen Throne (135 of 135 cards)\n* **100%** Kobolds \u0026 Catacombs (135 of 135 cards)\n* **100%** The Witchwood (129 of 129 cards)\n* **100%** The Boomsday Project (136 of 136 cards)\n* **100%** Rastakhan's Rumble (135 of 135 cards)\n* **100%** Rise of Shadows (136 of 136 cards)\n* **99%** Saviours of Uldum (134 of 135 cards)\n* **100%** Descent of Dragons (140 of 140 cards)\n* **100%** Galakrond's Awakening (35 of 35 cards)\n* **100%** Ashes of Outlands (1 of 1 card)\n\nNot Implemented\n* Zephrys the Great (ULD_003)\n\n## Requirements\n\n* Python 3.10+\n\n\n## Installation\n\n* `pip install .`\n\n\n## Documentation\n\nThe [Fireplace Wiki](https://github.com/jleclanche/fireplace/wiki) is the best\nsource of documentation, along with the actual code.\n\n\n## License\n\n[![AGPLv3](https://www.gnu.org/graphics/agplv3-88x31.png)](http://choosealicense.com/licenses/agpl-3.0/)\n\nFireplace is licensed under the terms of the\n[Affero GPLv3](https://www.gnu.org/licenses/agpl-3.0.en.html) or any later version.\n\n\n## Community\n\nFireplace is a [HearthSim](http://hearthsim.info/) project.\nJoin the community: \u003chttps://hearthsim.info/join/\u003e\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjleclanche%2Ffireplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjleclanche%2Ffireplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjleclanche%2Ffireplace/lists"}