Skip to content

dgurkaynak/chess-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published