This project is a ban/pick simulator for the game Honor of Kings (King of Glory). It allows users to simulate the drafting process with customizable ban/pick phases, supporting both normal/ranking mode (2 bans) and match mode (4 bans).
Website: https://hokbp.netlify.app
-
Clone the Repository:
git clone https://github.com/qiqi47/honor-of-kings-ban-pick-simulator.git cd honor-of-kings-ban-pick-simulator
-
Install Dependencies: Make sure you have Node.js and npm installed, then run:
npm install
-
Start the Development Server: Run the project in development mode using:
npm run dev
This will start the app on a local server.
- Dynamic Phase Selection: Toggle between normal and match mode to simulate different drafting setups.
- Real-Time Updates: Ban/pick phases update interactively based on user selection.
- Flexible Ban/Pick Panel: The
GameBanPickPanel
component dynamically renders the draft process according to the selected mode.
- Responsiveness: Enhanced responsiveness for mobile and tablet devices, ensuring a seamless user experience across various platforms.
- Intelligent Team Recommendation: An AI-powered team composition recommendation system that suggests optimal hero choices based on team needs and match-up analysis.
This project is licensed under the MIT License.
Enjoy simulating your Honor of Kings drafts!
本项目是一个用于王者荣耀(Honor of Kings)游戏的ban/pick模拟器。用户可以通过此工具模拟比赛中的选英雄过程,支持普通/排位模式(2个ban位)和比赛模式(4个ban位),并允许自定义ban/pick阶段。
网站在线访问:https://hokbp.netlify.app
-
克隆仓库:
git clone https://github.com/qiqi47/honor-of-kings-ban-pick-simulator.git cd honor-of-kings-ban-pick-simulator
-
安装依赖: 确保已安装 Node.js 和 npm,然后运行以下命令:
npm install
-
启动开发服务器: 使用以下命令在开发模式下运行项目:
npm run dev
这将启动本地服务器。
- 进入Simulator页面,即可进入ban/pick模拟界面。
- 可在普通/排位模式(2个ban位)和比赛模式(4个ban位)之间切换。
- 查看实时ban/pick阶段更新,享受交互式UI体验。
- 动态阶段选择:在普通/排位模式与比赛模式间自由切换,以模拟不同的选英雄设置。
- 实时更新:ban/pick阶段根据用户选择实时更新。
- 灵活的Ban/Pick面板:
GameBanPickPanel
组件能够动态渲染选英雄过程,并适应不同模式。
-
响应式设计:适配移动端和平板设备,为用户提供更加流畅的体验。
Responsiveness: Enhanced responsiveness for mobile and tablet devices, ensuring a seamless user experience across various platforms. -
智能阵容推荐:提供基于对战情况的智能英雄推荐,提高用户的战术选择效率。
Intelligent Team Recommendation: An AI-powered team composition recommendation system that suggests optimal hero choices based on team needs and match-up analysis.
本项目基于 MIT 许可证开源。
这个设置文档帮助开发者和贡献者快速了解项目的结构和目的,便于快速上手。希望您能享受此王者荣耀的BP模拟工具!