Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 489 Bytes

File metadata and controls

23 lines (17 loc) · 489 Bytes

安装依赖

先执行 npm install 安装依赖。然后有如下命令可用:

  • npm test 运行单元测试
  • npm run js 编译JS
  • npm run less 编译less
  • npm run watch 进入watch模式 自动编译文件

运行

  • npm server 即可!

基本算法

  • 极大极小值搜索
  • Alpha Beta剪枝
  • 启发式评估函数
  • Zobrist缓存
  • 迭代加深
  • ...

可以这么玩