# 文字冒险游戏演示 **Repository Path**: zhishi/text-adventure-game-demo ## Basic Information - **Project Name**: 文字冒险游戏演示 - **Description**: 用木兰编程语言重写《Make Your Own Python Text Adventure: A Guide to Learning Programming》一书中的文字冒险游戏例程 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-12-13 - **Last Updated**: 2023-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 《 [Make Your Own Python Text Adventure: A Guide to Learning Programming](https://www.amazon.com/Make-Your-Python-Text-Adventure/dp/1484232305/) 》一书中的例程用木兰语言重写并改为中文标识符。 例程按各章分开,运行需安装 [木兰编程语言](https://gitee.com/MulanRevive/mulan-rework) : ``` $ 木兰 ch15/游戏.ul ``` ## 遗留问题 从商贩购买的回血物品无法使用,[详见此报告](https://gitee.com/zhishi/text-adventure-game-demo/issues/I2DPEZ)。 ## 系列文章 - [用木兰编程语言编写文字冒险游戏(前八章)](https://zhuanlan.zhihu.com/p/331747102) - [九到十一章](https://zhuanlan.zhihu.com/p/336568481) - [十二章](https://zhuanlan.zhihu.com/p/339033162) - [十三、十四章](https://zhuanlan.zhihu.com/p/342058152) - [重现木兰编程语言的基本 try……catch 语法](https://zhuanlan.zhihu.com/p/345139002)