每天:基于文本的选择自己的冒险

时间:2021-03-03 12:37:15
【文件属性】:
文件名称:每天:基于文本的选择自己的冒险
文件大小:340KB
文件格式:ZIP
更新时间:2021-03-03 12:37:15
CSS 一天 该项目最初是为了表达我去年在精神上的疲劳而无需实际说出的一种方式。 从那时起,它已经发展成为能够根据您自己的冒险游戏选择简单文字的外壳。 这些游戏是使用JSON定义的,并且系统能够加载JSON之外的内容。 制作自己的游戏 制作自定义游戏非常简单,并且可以全部使用JSON完成。 考虑以下示例: [ { "name":"a", "text":["You are at A.", "This is another text."], "options":[ { "target":"b", "text":"Go to branch b" } ] }, { "name":"b", "text":["You are at B.", "This is another another text."], "options":[ { "target":"a", "text":"Go to branch a"
【文件预览】:
aday-master
----index.js(240B)
----package.json(650B)
----Dockerfile(125B)
----package-lock.json(41KB)
----views()
--------game.ejs(1KB)
----deploy.sh(241B)
----.gitignore(2KB)
----tailwind.config.js(160B)
----public()
--------css()
--------data()
--------js()
----README.md(1KB)
----postcss.config.js(81B)

网友评论