Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naocoding/interactive-fiction-engine.c.document
Document of Interactive-Fiction-Engine.c
https://github.com/naocoding/interactive-fiction-engine.c.document
Last synced: about 2 months ago
JSON representation
Document of Interactive-Fiction-Engine.c
- Host: GitHub
- URL: https://github.com/naocoding/interactive-fiction-engine.c.document
- Owner: NaoCoding
- Created: 2024-04-26T17:23:10.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T08:27:25.000Z (7 months ago)
- Last Synced: 2024-06-16T15:39:03.913Z (7 months ago)
- Homepage: https://naocoding.github.io/Interactive-Fiction-Engine.c.document/
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Interactive Fiction Engine Official Document
這是中文版的官方readme
[互動式文字引擎Repo連結](https://github.com/NaoCoding/Interactive-Fiction-Engine.c)### 前言
當你心中充滿著想要製作文字類型遊戲、亦或是小品解謎遊戲時,
是否會因為不會寫程式或是不知道要利用甚麼框架寫遊戲而感到苦惱?
這時,互動式文字引擎就可以派上用場,解決這類型的所有問題啦!
互動式文字引擎可以藉由簡單的編寫劇本檔,建立一個具有webserver功能的文字遊戲。
它不只是一個簡簡單單的前端生成引擎,同時具備許多酷炫的功能以及前後端交互的元素。
以下是我們為互動式文字引擎所撰寫的文檔,讓無論是玩家或是開發人員皆可以享受引擎的便利性!### For 玩家
[遊戲方法與操作](/Interactive-Fiction-Engine.c.document/HowToPlay-zhtw.html)
上面的連結是遊戲操作的相關教學!若您是第一次遊玩互動式文字引擎生成的遊戲,
建議您可以先簡短花費約 2 ~ 3 分鐘查看遊戲教學的網頁!### For 開發人員
[開發前基礎必要知識](/Interactive-Fiction-Engine.c.document/before_dev_zhtw.html)
[劇本檔基本架構](/Interactive-Fiction-Engine.c.document/dev_general_zhtw.html)
[ scene / subscene / 場景與對話 ](/Interactive-Fiction-Engine.c.document/scene_zhtw.html)
[ dialogBox / 對話框 ](/Interactive-Fiction-Engine.c.document/dialogBox_zhtw.html)
[ NPC / 角色 ](/Interactive-Fiction-Engine.c.document/character_zhtw.html)
[ object / 場景道具 ](/Interactive-Fiction-Engine.c.document/object_zhtw.html)
[ option / 選擇與選項 ](/Interactive-Fiction-Engine.c.document/option_zhtw.html)
[ status / 狀態欄與背包 ](/Interactive-Fiction-Engine.c.document/status_zhtw.html)
[ audio / 音效音樂 ](/Interactive-Fiction-Engine.c.document/audio_zhtw.html)
[ animation / 特效 ](/Interactive-Fiction-Engine.c.document/animation_zhtw.html)### For 助教
除了 LLM 以外,其他功能全部都有實現。