https://github.com/thinkwee/ink_tutorial_cn
chinese edition of ink tutorial
https://github.com/thinkwee/ink_tutorial_cn
game-engine ink inkjs inky word-game
Last synced: about 1 month ago
JSON representation
chinese edition of ink tutorial
- Host: GitHub
- URL: https://github.com/thinkwee/ink_tutorial_cn
- Owner: thinkwee
- Created: 2019-02-25T14:32:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T03:11:37.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T11:33:38.416Z (3 months ago)
- Topics: game-engine, ink, inkjs, inky, word-game
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ink_tutorial_cn
- ink脚本语言的教程中文翻译
- 原文地址:[WritingWithInk](https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md)
- 未翻译全部内容,只将代码分块简单翻译
- ink文件推荐在官方的编辑器inky中打开:[inky](https://github.com/inkle/inky)
- 第四部分更新中# 章节
- 第一部分:基础
- 内容
- 选择
- 节点(Knots)
- 跳转(Diverts)
- 分支流程(Flow)
- 引用和子节点(Stitches)
- 更多选择样式
- 文本变量
- 游戏查询
- 第二部分:推进故事(Weave)
- 收束点(Gathers)
- 嵌套流程
- 追踪一个故事推进线
- 第三部分:变量与逻辑
- 全局变量
- 逻辑
- 条件块
- 临时变量
- 函数
- 常量
- 进阶:外部调用逻辑
- 第四部分:高级流程控制
- 管道(Tunnels)
- 线程(Threads)
- 第五部分:高级状态追踪
- 基本列表
- 重用列表
- 列表值
- 多值列表
- 高级列表操作
- 多列列表
- 一个长例子(犯罪现场)
- 摘要
- 第六部分:国际字符支持