-
-
Chess-web-api:具有“ isChanged”和优先级队列功能的Chess.com公共数据API包装器
Chess.com公共数据API的轻量级包装
总览
是的轻量级非官方包装。
它包括适用于所有可用端点的帮助程序功能,例如检索玩家数据,当前的每日国际象棋游戏,每月存档,俱乐部数据,锦标赛等。
在将其实施到工作中之前 请阅读Chess.com 的说明。
如果API发生了更改,我将尝试使该库保持更新,请随时。
所有 ...
方法
个人资料数据
玩家游戏
玩家参与
会所
比赛
团体赛
国别
每日拼图
一般
安装
通过节点安装:
$ npm i -S chess-web-api
导入模块并实例化包装器。
va
-
-
-
reason-chess:跨平台游戏开发中的国际象棋库
理智
建立
reason-chess是ReasonML的象棋引擎。 将其用于浏览器,nodejs,本机或移动应用程序中的游戏开发,象棋分析工具等。 引擎功能 ... 旅行和撤消
几乎100%的单元测试收敛
浏览或在尝试
示例游戏
在本地建造
npm run build
安装
npm install reason-chess --save
更新bsconfig.json
...
"bs-dependencies": [
"reason-chess"
]
...
运
-
-
-
A hybrid game-tree search algorithm for playing chess
By describing and analyzing the module of chess program which is designed by myself such as its data expression, move generation, search engine, the paper expounds the Chinese chess program';s principle of design and implementation, ...
-
-
-
-