# baye-alpha **Repository Path**: bgwp/baye-alpha ## Basic Information - **Project Name**: baye-alpha - **Description**: 三国霸业 步步高电子词典经典游戏 - 三国霸业的H5移植版本 - **Primary Language**: JavaScript - **License**: GPL-2.0 - **Default Branch**: s2 - **Homepage**: https://bgwp.gitee.io/baye-alpha - **GVP Project**: No ## Statistics - **Stars**: 185 - **Forks**: 52 - **Created**: 2016-10-02 - **Last Updated**: 2026-03-20 ## Categories & Tags **Categories**: games **Tags**: None ## README # 三国霸业 H5 移植版本 [![star](https://gitee.com/bgwp/baye-alpha/badge/star.svg?theme=dark)](https://gitee.com/bgwp/baye-alpha/stargazers) [![fork](https://gitee.com/bgwp/baye-alpha/badge/fork.svg?theme=dark)](https://gitee.com/bgwp/baye-alpha/members) 步步高电子词典经典游戏「三国霸业」的 H5 移植版本,可以在浏览器中运行这款经典游戏。 ## 在线体验 - **新版游戏地址**:https://www.bbkgames.com/ - **伏魔记**:同站点的另一款经典游戏 ## 项目介绍 本项目是三国霸业游戏的 Web 前端及部署版本,使用 WebAssembly 技术将原生游戏引擎移植到浏览器中运行。 ### 功能特性 - ✅ 浏览器直接运行,无需安装 - ✅ 支持多种操作模式 - PC 端键盘操作 (`pc.html`) - 触摸屏操作 (`m.html`) - 旧版触摸模式 (`m-old.html`) - 触控+方向键模式 (`m-ges.html`) - 实体按键模拟 (`m-ktouch.html`) - ✅ 游戏存档云端保存 - ✅ 多种游戏版本支持(包含多个平衡性mod) - ✅ 地图编辑器 ### 游戏版本 内置多个游戏版本,包括: - 平衡版 (Balance) - 武将加强版 - 简单版 - 豪华版 - 各种 mod 版本 ## 技术架构 - **游戏引擎**:基于 Emscripten 编译的 WebAssembly - **前端框架**:原生 HTML/CSS/JavaScript - **存储方案**:IndexedDB 本地存储 + 云端存档 ## 目录结构 ``` ├── css/ # 样式文件 ├── fonts/ # 字体文件 ├── js/ # 核心 JS 文件 │ ├── baye.js # 游戏引擎 (WASM 加载器) │ ├── baye.wasm # WebAssembly 引擎 │ ├── bridge.js # JS/WASM 桥接层 │ ├── lcd.js # LCD 屏幕渲染 │ └── ... ├── libs/ # 游戏数据文件 ├── mapeditor/ # 地图编辑器 ├── resetLibs/ # 初始化库文件 ├── v0/ # 早期版本 ├── index.html # 游戏主入口 ├── pc.html # PC 版 ├── m.html # 移动版 └── ... ``` ## 快速开始 ### 本地运行 1. 克隆仓库: ```bash git clone https://gitee.com/bgwp/baye-alpha.git ``` 2. 使用本地服务器运行(推荐): ```bash # Python 3 python -m http.server 8080 # 或者 Node.js npx serve . ``` 3. 浏览器访问:`http://localhost:8080` > 注意:由于 WASM 和跨域安全限制,请勿直接双击 HTML 文件打开,需使用本地服务器。 ### 操作说明 | 按键 | 功能 | |------|------| | 方向键 | 移动/选择 | | 确认 | 确定/进入 | | 退出 | 返回/取消 | | 数字键 | 快捷操作 | 移动端支持触摸滑动和点击操作。 ## 相关链接 - **引擎源码**:[http://gitee.com/bgwp/iBaye](http://gitee.com/bgwp/iBaye) - **脚本修改教程**:[https://bgwp.gitee.io/baye-doc/script/index.html](https://bgwp.gitee.io/baye-doc/script/index.html) - **讨论群**:526266208 ## 贡献指南 欢迎提交 Issue 和 Pull Request! ## 许可证 仅供学习和交流使用,请勿用于商业用途。游戏版权归属原厂商所有。