gaiman:基于文本的游戏引擎

时间:2024-04-20 15:07:38
【文件属性】:

文件名称:gaiman:基于文本的游戏引擎

文件大小:150KB

文件格式:ZIP

更新时间:2024-04-20 15:07:38

javascript game storytelling game-development javascript-library

盖曼引擎 Gaiman的主要部分是生成Text Advanture Games的简约语言。 例子 这是基本的Gaiman DLS示例: def ask_email ( message ) set reply = ask message if reply ~ = /y|yes/i then echo "OK" else if reply ~ = /n|no/i then echo "FAIL" else global ( message ) end end def global ( command ) if command ~ = /help/ then echo "available commands help" else if command ~ = /ls/ echo get "/e


【文件预览】:
gaiman-master
----.gitattributes(42B)
----src()
--------gaiman.pegjs(5KB)
----parser.js(63KB)
----.npmignore(29B)
----examples()
--------email.gs(1006B)
----LICENSE(34KB)
----assets()
--------banner.svg(64KB)
----README.md(6KB)
----.gitignore(16B)
----bin()
--------compile.js(2KB)
----package-lock.json(399KB)
----package.json(742B)

网友评论