reason-chess
is a chess engine for ReasonML
. Use it for game development, chess analysis tools, etc in the browser, nodejs, native or in the mobile application. Engine features include:
Browse Example source or try it in the browser
example gameplay
npm run build
npm install reason-chess --save
bsconfig.json
...
"bs-dependencies": [
"reason-chess"
]
...
cd example
npm install
npm start
npm run test