• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

thomaseding/hearthshroud: Hearthstone card game engine library

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

thomaseding/hearthshroud

开源软件地址:

https://github.com/thomaseding/hearthshroud

开源编程语言:

Haskell 100.0%

开源软件介绍:

About

Hearthshroud is one of two things:

  • A Hearthstone game engine library.
  • A simple Hearthstone executable with a console UI.

Library

Library uses a monadic API which drives the game engine for any HearthMonad:

-- MonadPrompt @ https://hackage.haskell.org/package/MonadPrompt
type HearthMonad m = MonadPrompt HearthPrompt m
Hearth.Engine.runHearth :: (HearthMonad m) => Pair PlayerData -> m GameResult
Design Choices
  • Model cards (and abilities, effects, etc.) as a pure data AST. This is the card DSL.
  • Model enforces game constraints at the type level.
Design Implications
  • Engine interprets the cards. (As opposed to the cards directly manipulating the environment.)
  • AI directly interprets the same cards as well.

Executable

Sample game client is Hearth.Client.Console and can be seen in action by:

Hearth.Client.Console.main :: IO ()

ui-game-1 ui-game-2 ui-show-card ui-game-help ui-program-help


Installation

Steps

  • Clone repository
  • Use cabal tool to build/install

For those unfamiliar with cabal, search Google for "haskell cabal how to use" (or whatever).

Contact Me

  • Probably the best way to ask me a question or tell me a comment is to just create an issue directly for the project (even if it is not a real issue).
  • I am sometimes on #hearthsim IRC.

Related Hearthstone Projects




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap