vue-othello:vue编写的黑白棋前端页面:http

时间:2024-04-10 06:04:02
【文件属性】:

文件名称:vue-othello:vue编写的黑白棋前端页面:http

文件大小:251KB

文件格式:ZIP

更新时间:2024-04-10 06:04:02

Vue

介绍 本项目是黑白棋的前端页面,采用vue框架编写 项目地址: : 实现功能 人机对战六种缺点 皮特:随机策略 Saya:贪心策略-当前局面数量最多 Eto:贪心策略-当前局面权值和最多 Luna:alpha-beta剪枝优化的minimax算法 寇:MCTS(蒙特卡洛搜索)+ UCB公式结合的UCT(上限置信区间算法) 暴风雨:(待办事项) 人人对战 本地对战 在线对战


【文件预览】:
vue-othello-master
----public()
--------index.html(611B)
--------favicon.ico(264KB)
----src()
--------router()
--------main.js(683B)
--------utils()
--------views()
--------App.vue(150B)
--------assets()
--------api()
----babel.config.js(73B)
----README.md(555B)
----vue.config.js(20B)
----.gitignore(231B)
----package-lock.json(489KB)
----package.json(1KB)

网友评论