文件名称:hyzzy:通过Haskell文件定义文字冒险的框架。 通过组合功能进行演奏,而不是通过猜测短语来进行演奏
文件大小:39KB
文件格式:ZIP
更新时间:2024-04-03 00:15:02
Haskell
zz 通过Haskell文件定义文字冒险的框架。 通过组合功能进行演奏,而不是猜测短语。 其中包括两个小示例游戏, games/castle和games/maze 。 一个示例游戏的播放方式如下: $ stack run hyzzy games/castle A toy text adventure where commands have Haskell types. Type ":help" to view the meta-commands. > look You stand in front of the castle's heavy door. > open door It's locked. > unlock unlock :: Key -> Door -> Command > :inventory key :: Key > unlock key door That ran
【文件预览】:
hyzzy-main
----runTests.sh(1KB)
----.gitignore(37B)
----exe()
--------Hyzzy()
----games()
--------maze()
--------castle()
----regenPublicObjects.sh(875B)
----README.md(2KB)
----lib()
--------Hyzzy()
----package.yaml(843B)
----stack.yaml(100B)