dgurkaynak / chess-ai

Medium strength Chess AI implementation in JavaScript

Home Page:https://deniz.co/chess-ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chess-ai

Medium strength Chess AI implementation in JavaScript.

Available on: https://deniz.co/chess-ai/

Demo

Presentation | Project Report

Method overview

Setup

  • Install dependencies with npm i
  • Start development server npm start and open http://localhost:1234
  • To build run npm run build, server ./dist folder with your favorite webserver.
  • To run tests suites:
node test/bratko-kopec.js
node test/ccr.js
node test/eigenmann-endgame.js
node test/kaufman.js
node test/lct.js
node test/nolot.js
node test/sbd.js
node test/wac300.js

Thanks

Special thanks to these projects that help me a lot in this.

About

Medium strength Chess AI implementation in JavaScript

https://deniz.co/chess-ai/


Languages

Language:JavaScript 96.2%Language:HTML 3.0%Language:CSS 0.7%