# 文字冒险岛(Console Game) **Repository Path**: harry-private/Text-Adventure-Island ## Basic Information - **Project Name**: 文字冒险岛(Console Game) - **Description**: python控制台游戏,操作简单,修仙放置向 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-01-17 - **Last Updated**: 2023-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python ## README # 文字冒险岛(Console Game) ### 介绍 python控制台游戏,操作简单,修仙放置向 角色名设为GM可享受特权 ### 软件架构 python 3.7 ### Windows使用说明 1. 下载地址:https://gitee.com/harry-private/Text-Adventure-Island/releases/v1.0 2. 启动 exe ### 源码使用说明 1. 安装依赖:pip install -r requirements.txt 2. 启动:python main.py 3. 打包exe:pyinstaller -F main.py -c -n 文字冒险岛 4. 导出项目依赖:pip freeze > requirements.txt ### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request