Skip to content

aharalabMeiji/fireplaceAharaLab

Repository files navigation

fireplaceAharaLab

This is an application on a AI-platform fireplace for Hearthstone. This needs python 3.8+, hearthstone 5.73.0. hearthstone-data 163976.1 Almost all cards are prepared here.

The latest version is 25.2.2 for standard battle, 25.2.2 for battlegrounds.

Classic battle is available here

第3回ハースストーンAI大会(2023年3月)(3rd Competition for Fireplace AI Agents, Mar. 2023)

詳細はこちらをご覧ください。 問題点の報告があります。

日本語によるwiki (wiki only in Japanese, sorry!)

日本語によるwikiはこちら

インストールの仕方(how to install in Japanese)

How to install fireplaceAharalab (Japanese)

マストではないが、チューンアップしておいたほうがよい項目

  • カード名を日本語表示にする方法

fireplace.cardsフォルダのファイル__init__.py のline 95

def initialize(self, locale="jaJP"):

start.pyの見方

起動ファイルであるstart.pyの見方