Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 670 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 670 Bytes

Javascript Chess

I built this Chess Interface and AI using the chess.js chess library from jhlywa.

The AI uses AlphaBeta algorithm which is a shortcut version of minmax. It has a terrible board scoring function and is incredibly slow due to the string based chess.js chess engine.

Read more about it on my blog or try it out here.

This project is free as in beer.

Javascript Chess